MekkCyber commited on
Commit
7576503
·
1 Parent(s): 9b71f2b

small update

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -196,7 +196,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as app:
196
 
197
 
198
  # Launch the app
199
- app.launch(share=True)
200
 
201
 
202
 
 
196
 
197
 
198
  # Launch the app
199
+ app.launch()
200
 
201
 
202