Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,5 +7,5 @@ def get_sentiment(input):
|
|
7 |
return pipe(input)
|
8 |
|
9 |
demo = gr.Interface(fn=get_sentiment,inputs="text",outputs=["text"],title="AI workshop",description="..")
|
10 |
-
demo.launch(
|
11 |
|
|
|
7 |
return pipe(input)
|
8 |
|
9 |
demo = gr.Interface(fn=get_sentiment,inputs="text",outputs=["text"],title="AI workshop",description="..")
|
10 |
+
demo.launch()
|
11 |
|