evelyncsb commited on
Commit
50fc40e
1 Parent(s): 952a07a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
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