runaksh commited on
Commit
eeb98a6
1 Parent(s): e8a81b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,4 +30,4 @@ iface = gradio.Interface(fn = predict_sentiment,
30
  title = title,
31
  description = description)
32
 
33
- iface.launch(debug = True, server_name = "0.0.0.0", server_port = 8001) # Ref. for parameters: https://www.gradio.app/docs/interface
 
30
  title = title,
31
  description = description)
32
 
33
+ iface.launch(debug = True)#, server_name = "0.0.0.0", server_port = 8001) # Ref. for parameters: https://www.gradio.app/docs/interface