Dataframe Definitive
Browse files
app.py
CHANGED
|
@@ -125,7 +125,7 @@ gr.Interface(
|
|
| 125 |
gr.Dropdown(choices=list(LANG_CONFIG.keys()), value='en', label='language')
|
| 126 |
],
|
| 127 |
#gr.Image(type='pil', label='Output'), #Resultado en imagen
|
| 128 |
-
gr.
|
| 129 |
#title=title,
|
| 130 |
#description=description,
|
| 131 |
#examples=examples,
|
|
|
|
| 125 |
gr.Dropdown(choices=list(LANG_CONFIG.keys()), value='en', label='language')
|
| 126 |
],
|
| 127 |
#gr.Image(type='pil', label='Output'), #Resultado en imagen
|
| 128 |
+
gr.Dataframe(),
|
| 129 |
#title=title,
|
| 130 |
#description=description,
|
| 131 |
#examples=examples,
|