MaybeAhmad commited on
Commit
8cae152
·
verified ·
1 Parent(s): 55662a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ def analyze(text):
7
  result = pipe(text)
8
  return result
9
 
10
- demo = gr.Interface(fn=analyze, inputs='text', outputs='text)
11
  demo.launch(debug=true)
12
 
13
 
 
7
  result = pipe(text)
8
  return result
9
 
10
+ demo = gr.Interface(fn=analyze, inputs='text', outputs='text')
11
  demo.launch(debug=true)
12
 
13