Return Result
Browse files
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.
|
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,
|