Korawan commited on
Commit
e8e019c
·
verified ·
1 Parent(s): 340e7cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,4 +26,4 @@ async def get_sentiment(text):
26
 
27
  demo = gr.Interface(fn=get_sentiment, inputs="text", outputs="json")
28
 
29
- demo.launch(
 
26
 
27
  demo = gr.Interface(fn=get_sentiment, inputs="text", outputs="json")
28
 
29
+ demo.launch()