Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -20,5 +20,5 @@ interface = gr.Interface(
|
|
20 |
description="Enter a prompt to generate text using a Hugging Face model" # Descripci贸n de la app
|
21 |
)
|
22 |
|
23 |
-
# Lanzar la
|
24 |
interface.launch()
|
|
|
20 |
description="Enter a prompt to generate text using a Hugging Face model" # Descripci贸n de la app
|
21 |
)
|
22 |
|
23 |
+
# Lanzar la aplicaci贸n
|
24 |
interface.launch()
|