Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -230,4 +230,4 @@ with gr.Blocks(title="AI Conversation Sentiment Analyzer", theme=gr.themes.Soft(
|
|
| 230 |
)
|
| 231 |
|
| 232 |
if __name__ == "__main__":
|
| 233 |
-
app.launch()
|
|
|
|
| 230 |
)
|
| 231 |
|
| 232 |
if __name__ == "__main__":
|
| 233 |
+
app.launch(server_name="0.0.0.0", server_port=7860)
|