Nayera-2025 commited on
Commit
72df357
·
verified ·
1 Parent(s): 183397a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -321,7 +321,6 @@ if __name__ == "__main__":
321
  # Create and launch interface
322
  iface = create_interface()
323
  iface.launch(
324
- share=True, # Enable sharing
325
- enable_queue=True, # Enable queue for better handling of multiple users
326
- debug=True # Show debugging information
327
  )
 
321
  # Create and launch interface
322
  iface = create_interface()
323
  iface.launch(
324
+ share=True, # Enable sharing
325
+ debug=True # Show debugging information
 
326
  )