Jellyfish042 commited on
Commit
e9e5a55
1 Parent(s): d0c0adc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,4 +5,4 @@ def text_processing(text):
5
 
6
  iface = gr.Interface(fn = text_processing, inputs='text', outputs=['text'], title='test', description='test space')
7
 
8
- iface.launch(inline=Flase)
 
5
 
6
  iface = gr.Interface(fn = text_processing, inputs='text', outputs=['text'], title='test', description='test space')
7
 
8
+ iface.launch(inline=False)