Thamaraiv commited on
Commit
1e42e01
·
verified ·
1 Parent(s): b0725a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -419,10 +419,10 @@ if __name__ == "__main__":
419
  except Exception as e:
420
  print(f"Initial cleanup error: {e}")
421
 
422
- demo.queue(status_update_rate="auto", api_open=False, default_concurrency_limit=None)
423
  demo.launch(
424
- show_api=False,
425
- share=False,
426
  show_error=True,
427
  enable_monitoring=False,
428
  quiet=True,
 
419
  except Exception as e:
420
  print(f"Initial cleanup error: {e}")
421
 
422
+ demo.queue(status_update_rate="auto", api_open=True, default_concurrency_limit=None)
423
  demo.launch(
424
+ show_api=True,
425
+ share=True,
426
  show_error=True,
427
  enable_monitoring=False,
428
  quiet=True,