Spaces:
Runtime error
Runtime error
updated app.py
Browse files
app.py
CHANGED
@@ -73,5 +73,5 @@ demo = gr.Interface(fn = sentiment_analysis,
|
|
73 |
description = "COVID-19 Tweets Analyzer",
|
74 |
interpretation = "default",
|
75 |
examples = [["roberta", "Being vaccinated is actually awesome :)"]]
|
76 |
-
).launch(
|
77 |
|
|
|
73 |
description = "COVID-19 Tweets Analyzer",
|
74 |
interpretation = "default",
|
75 |
examples = [["roberta", "Being vaccinated is actually awesome :)"]]
|
76 |
+
).launch()
|
77 |
|