Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,11 +26,8 @@ iface = gr.Interface(
|
|
| 26 |
fn=generate_image,
|
| 27 |
inputs="text",
|
| 28 |
outputs="image",
|
| 29 |
-
live=True,
|
| 30 |
-
capture_session=True,
|
| 31 |
title="Texto para Imagem",
|
| 32 |
-
description="Digite um texto e obtenha uma imagem com o texto."
|
| 33 |
-
allow_flagging=False,
|
| 34 |
)
|
| 35 |
|
| 36 |
# Executa o servidor Gradio
|
|
|
|
| 26 |
fn=generate_image,
|
| 27 |
inputs="text",
|
| 28 |
outputs="image",
|
|
|
|
|
|
|
| 29 |
title="Texto para Imagem",
|
| 30 |
+
description="Digite um texto e obtenha uma imagem com o texto."
|
|
|
|
| 31 |
)
|
| 32 |
|
| 33 |
# Executa o servidor Gradio
|