saanvisanjay commited on
Commit
b147259
·
verified ·
1 Parent(s): 383b796

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def analyze_sentiment(text):
11
 
12
  # Gradio interface
13
  iface = gr.Interface(
14
- #fn=analyze_sentiment,
15
  inputs="text",
16
  outputs="text",
17
  title="Sentiment Analysis App",
 
11
 
12
  # Gradio interface
13
  iface = gr.Interface(
14
+ fn=analyze_sentiment,
15
  inputs="text",
16
  outputs="text",
17
  title="Sentiment Analysis App",