Spaces:
Runtime error
Runtime error
cahnge conf
Browse files- __pycache__/app.cpython-311.pyc +0 -0
- app.py +2 -1
- requirements.txt +1 -1
__pycache__/app.cpython-311.pyc
CHANGED
|
Binary files a/__pycache__/app.cpython-311.pyc and b/__pycache__/app.cpython-311.pyc differ
|
|
|
app.py
CHANGED
|
@@ -58,4 +58,5 @@ demo = gr.Interface(
|
|
| 58 |
title="Tutorial:Sentiment Analysis App",
|
| 59 |
description = "This Aplication assesses if a twitter post relating vaccination is positive"
|
| 60 |
)
|
| 61 |
-
|
|
|
|
|
|
| 58 |
title="Tutorial:Sentiment Analysis App",
|
| 59 |
description = "This Aplication assesses if a twitter post relating vaccination is positive"
|
| 60 |
)
|
| 61 |
+
if __name__ == "__main__":
|
| 62 |
+
demo.launch(server_name="0.0.0.0",server_port=7860)
|
requirements.txt
CHANGED
|
@@ -2,5 +2,5 @@ transformers==4.35.0
|
|
| 2 |
gradio==4.1.1
|
| 3 |
numpy==1.23.5
|
| 4 |
scipy==1.11.3
|
| 5 |
-
torch
|
| 6 |
black
|
|
|
|
| 2 |
gradio==4.1.1
|
| 3 |
numpy==1.23.5
|
| 4 |
scipy==1.11.3
|
| 5 |
+
torch
|
| 6 |
black
|