Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -172,5 +172,5 @@ gradio_interface = gradio.Interface(fn=outline_embedding,
|
|
172 |
# print('Duration: {}'.format(end_time - start_time))
|
173 |
# api_open=True,
|
174 |
gradio_interface.queue(max_size=5, status_update_rate="auto")
|
175 |
-
gradio_interface.launch(show_error=True
|
176 |
|
|
|
172 |
# print('Duration: {}'.format(end_time - start_time))
|
173 |
# api_open=True,
|
174 |
gradio_interface.queue(max_size=5, status_update_rate="auto")
|
175 |
+
gradio_interface.launch(show_error=True)
|
176 |
|