selfDotOsman commited on
Commit
d52e4b1
·
verified ·
1 Parent(s): 450e4ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -87,8 +87,4 @@ with gr.Blocks(theme=gr.themes.Soft(
87
 
88
  # Launch the app
89
  if __name__ == "__main__":
90
- demo.launch(
91
- share=True,
92
- enable_queue=True,
93
- show_error=True,
94
- )
 
87
 
88
  # Launch the app
89
  if __name__ == "__main__":
90
+ demo.launch()