KrizTech100 commited on
Commit
abfee1b
·
verified ·
1 Parent(s): 49ebae9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)