Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -34,4 +34,4 @@ outputs = gr.Textbox()
|
|
34 |
interface = gr.Interface(fn=score_comment, inputs=inputs, outputs=outputs)
|
35 |
|
36 |
# Launch the interface
|
37 |
-
interface.launch(
|
|
|
34 |
interface = gr.Interface(fn=score_comment, inputs=inputs, outputs=outputs)
|
35 |
|
36 |
# Launch the interface
|
37 |
+
interface.launch(share=True)
|