Moibe commited on
Commit
3af14b9
·
1 Parent(s): 808fda2

Receive image in grapich mode

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -142,7 +142,7 @@ gr.Interface(
142
  gr.Dropdown(choices=list(LANG_CONFIG.keys()), value='en', label='language')
143
  ],
144
  #gr.Image(type='pil', label='Output'), #Resultado en imagen
145
- gr.Text(),
146
  #title=title,
147
  #description=description,
148
  #examples=examples,
 
142
  gr.Dropdown(choices=list(LANG_CONFIG.keys()), value='en', label='language')
143
  ],
144
  #gr.Image(type='pil', label='Output'), #Resultado en imagen
145
+ gr.Image(),
146
  #title=title,
147
  #description=description,
148
  #examples=examples,