Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -31,5 +31,5 @@ interface = gr.Interface(sentiment_classifier, inputs=input_text, outputs=[outpu
|
|
31 |
)
|
32 |
|
33 |
# Deploy the interface to Hugging Face Spaces
|
34 |
-
interface.launch(debug=True)
|
35 |
|
|
|
31 |
)
|
32 |
|
33 |
# Deploy the interface to Hugging Face Spaces
|
34 |
+
interface.launch(debug=True,share=True)
|
35 |
|