Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -640,4 +640,4 @@ with gr.Blocks(css=custom_css) as demo:
|
|
| 640 |
clear.click(lambda: ["", "", None, empty_html], outputs=[txt, url, img, output])
|
| 641 |
|
| 642 |
if __name__ == "__main__":
|
| 643 |
-
demo.launch(
|
|
|
|
| 640 |
clear.click(lambda: ["", "", None, empty_html], outputs=[txt, url, img, output])
|
| 641 |
|
| 642 |
if __name__ == "__main__":
|
| 643 |
+
demo.launch()
|