Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -67,4 +67,4 @@ with gr.Blocks() as demo:
|
|
67 |
|
68 |
btn.click(find_best_matches, inputs = text, outputs = gallery)
|
69 |
|
70 |
-
demo.launch(show_api=False
|
|
|
67 |
|
68 |
btn.click(find_best_matches, inputs = text, outputs = gallery)
|
69 |
|
70 |
+
demo.launch(show_api=False)
|