Update app.py
Browse files
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 |
)
|