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