Spaces:
Runtime error
Runtime error
Commit
·
cb60650
1
Parent(s):
d0b790b
Update app.py
Browse files
app.py
CHANGED
@@ -43,4 +43,4 @@ The Gradio app generates dynamic HTML files and stores them in a static director
|
|
43 |
|
44 |
new_btn.click(fn=predict, inputs=[text_input], outputs=[markdown, html])
|
45 |
|
46 |
-
block.launch(
|
|
|
43 |
|
44 |
new_btn.click(fn=predict, inputs=[text_input], outputs=[markdown, html])
|
45 |
|
46 |
+
block.launch()
|