anttirauhala commited on
Commit
c663278
·
verified ·
1 Parent(s): 66c9305

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -85,10 +85,8 @@ interface = gr.Interface(
85
  description="Upload an image to detect signatures"
86
  )
87
 
88
- # Launch with specific configs for API access
89
  interface.launch(
90
  share=True,
91
  server_name="0.0.0.0",
92
- enable_queue=True,
93
  show_api=True
94
  )
 
85
  description="Upload an image to detect signatures"
86
  )
87
 
 
88
  interface.launch(
89
  share=True,
90
  server_name="0.0.0.0",
 
91
  show_api=True
92
  )