- appDiffuserNegocio.py +2 -2
appDiffuserNegocio.py
CHANGED
|
@@ -8,8 +8,8 @@ def generarImagen(texto):
|
|
| 8 |
return imagen
|
| 9 |
|
| 10 |
with gr.Blocks() as demo:
|
| 11 |
-
gr.Markdown("#
|
| 12 |
-
gr.Markdown("Introduce
|
| 13 |
|
| 14 |
with gr.Row():
|
| 15 |
with gr.Column(scale=1):
|
|
|
|
| 8 |
return imagen
|
| 9 |
|
| 10 |
with gr.Blocks() as demo:
|
| 11 |
+
gr.Markdown("# Generador Visual de Historia")
|
| 12 |
+
gr.Markdown("Introduce la historia a la que quieras generar el texto")
|
| 13 |
|
| 14 |
with gr.Row():
|
| 15 |
with gr.Column(scale=1):
|