Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -23,4 +23,4 @@ def sentiment(text):
|
|
23 |
import gradio as gr
|
24 |
exmp=["the food is not good.","oh I really love this food "]
|
25 |
|
26 |
-
gr.Interface(fn=sentiment, inputs="text", outputs="label", examples=exmp,title= "Yelp reviews").launch()
|
|
|
23 |
import gradio as gr
|
24 |
exmp=["the food is not good.","oh I really love this food "]
|
25 |
|
26 |
+
gr.Interface(fn=sentiment, inputs="text", outputs="label", examples=exmp,title= "Yelp reviews").launch()
|