Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 __
|