Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -99,4 +99,4 @@ with gr.Blocks() as demo:
|
|
| 99 |
btn2.click(fn=retrieve_images, inputs=txt_input, outputs=txt_output)
|
| 100 |
|
| 101 |
if __name__ == "__main__":
|
| 102 |
-
demo.launch(
|
|
|
|
| 99 |
btn2.click(fn=retrieve_images, inputs=txt_input, outputs=txt_output)
|
| 100 |
|
| 101 |
if __name__ == "__main__":
|
| 102 |
+
demo.launch()
|