Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -202,4 +202,4 @@ with describe:
|
|
202 |
|
203 |
desc_btn.click(interrogatorFunction, inputs=[input_image, content_type], outputs=[outputs])
|
204 |
|
205 |
-
describe.launch()
|
|
|
202 |
|
203 |
desc_btn.click(interrogatorFunction, inputs=[input_image, content_type], outputs=[outputs])
|
204 |
|
205 |
+
describe.launch(show_api=False)
|