cccc commited on
Commit
5efa62b
·
1 Parent(s): 34c51b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,4 +73,4 @@ demo = gr.Interface(fn=sentiment_analysis,
73
  ],
74
  outputs="text")
75
 
76
- demo.launch(server_port=8080)
 
73
  ],
74
  outputs="text")
75
 
76
+ demo.launch()