ansar-y0usif commited on
Commit
cd8fa20
·
verified ·
1 Parent(s): 944b270

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1050,7 +1050,7 @@ if __name__ == "__main__":
1050
 
1051
  # Create and launch interface
1052
  iface = create_interface()
1053
- iface.launch(
1054
  share=False, # Set to True if you want to create a public link
1055
  server_name="0.0.0.0", # Allow connections from any IP
1056
  server_port=7860, # Default Gradio port
 
1050
 
1051
  # Create and launch interface
1052
  iface = create_interface()
1053
+ iface.queue().launch(
1054
  share=False, # Set to True if you want to create a public link
1055
  server_name="0.0.0.0", # Allow connections from any IP
1056
  server_port=7860, # Default Gradio port