evelyncsb commited on
Commit
4ca3402
1 Parent(s): 18cc9d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -42,7 +42,7 @@ def generate_image(text):
42
 
43
  return im
44
 
45
- # Interface do Gradio
46
  iface = gr.Interface(
47
  fn=generate_image,
48
  inputs="text",
@@ -68,5 +68,5 @@ iface = gr.Interface(
68
  '''
69
  )
70
 
71
- # Executa o servidor Gradio
72
  iface.launch()
 
42
 
43
  return im
44
 
45
+
46
  iface = gr.Interface(
47
  fn=generate_image,
48
  inputs="text",
 
68
  '''
69
  )
70
 
71
+
72
  iface.launch()