eaedk commited on
Commit
a286ecd
·
1 Parent(s): bf794e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,4 +55,4 @@ demo = gr.Interface(
55
  description="This Application assesses if a twitter post relating to vaccinations is positive, neutral, or negative.", )
56
 
57
  if __name__ == "__main__":
58
- demo.launch(server_name="0.0.0.0", server_port=7860) # 8080
 
55
  description="This Application assesses if a twitter post relating to vaccinations is positive, neutral, or negative.", )
56
 
57
  if __name__ == "__main__":
58
+ demo.launch(server_name="0.0.0.0", server_port=7860) # 8080 __