nowaff commited on
Commit
5e3a092
·
verified ·
1 Parent(s): 7ff1d07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ def analyze(text):
8
  return result
9
 
10
  demo = gr.Interface(fn=analyze,
11
- inputs=[inputs="text", label="input text here"],
12
  outputs="text",
13
  title = "sentiment")
14
 
 
8
  return result
9
 
10
  demo = gr.Interface(fn=analyze,
11
+ inputs="text",
12
  outputs="text",
13
  title = "sentiment")
14