Receive image in grapich mode
Browse files
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.
|
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,
|