MaybeAhmad commited on
Commit
672f3fc
·
verified ·
1 Parent(s): e6594fe

Update app.py

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