Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -29,4 +29,4 @@ with demo:
|
|
29 |
b2.click(text_to_url, inputs=text, outputs=label)
|
30 |
|
31 |
if __name__ == "__main__":
|
32 |
-
demo.launch(
|
|
|
29 |
b2.click(text_to_url, inputs=text, outputs=label)
|
30 |
|
31 |
if __name__ == "__main__":
|
32 |
+
demo.launch()
|