artificialguybr commited on
Commit
81c2d2d
1 Parent(s): 538d554

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,4 +59,4 @@ with gr.Blocks() as app:
59
  print("After Gradio Interface")
60
 
61
  # Launch the Gradio interface with a queue
62
- app.launch(share=True, debug=True, queue=True)
 
59
  print("After Gradio Interface")
60
 
61
  # Launch the Gradio interface with a queue
62
+ app.launch(debug=True)