tirendazakademi commited on
Commit
da4745a
1 Parent(s): 83004ef

added file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,5 +19,5 @@ io = gr.Interface(fn=text_classification,
19
  description="Enter a text and see the text classification result!",
20
  examples=examples)
21
 
22
- io.launch(inline=False, share=True)
23
 
 
19
  description="Enter a text and see the text classification result!",
20
  examples=examples)
21
 
22
+ io.launch()
23