Spaces:
Runtime error
Runtime error
CamiloVega
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -275,11 +275,9 @@ def create_interface():
|
|
275 |
|
276 |
return app
|
277 |
|
|
|
278 |
if __name__ == "__main__":
|
279 |
app = create_interface()
|
280 |
app.launch(
|
281 |
-
|
282 |
-
|
283 |
-
share=True,
|
284 |
-
show_error=True
|
285 |
-
)
|
|
|
275 |
|
276 |
return app
|
277 |
|
278 |
+
|
279 |
if __name__ == "__main__":
|
280 |
app = create_interface()
|
281 |
app.launch(
|
282 |
+
share=True # Habilitar enlace público
|
283 |
+
)
|
|
|
|
|
|