Moibe commited on
Commit
d224063
·
1 Parent(s): 8a43307

Return Result

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