Update app.py
Browse files
app.py
CHANGED
@@ -25,6 +25,7 @@ with bl:
|
|
25 |
|
26 |
text_button.click(show_ex, inputs=text_input, outputs=text_output)
|
27 |
|
|
|
28 |
|
29 |
#https://mercury-docs.readthedocs.io/en/latest/deploy/hugging-face-spaces/
|
30 |
#https://huggingface.co/spaces/pplonski/deploy-mercury
|
|
|
25 |
|
26 |
text_button.click(show_ex, inputs=text_input, outputs=text_output)
|
27 |
|
28 |
+
bl.launch()
|
29 |
|
30 |
#https://mercury-docs.readthedocs.io/en/latest/deploy/hugging-face-spaces/
|
31 |
#https://huggingface.co/spaces/pplonski/deploy-mercury
|