Imran1 commited on
Commit
f7fcbb2
·
1 Parent(s): 7aa0339

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()