Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -169,5 +169,5 @@ def converti(path):
|
|
169 |
|
170 |
import gradio as gr
|
171 |
|
172 |
-
iface = gr.Interface(fn=converti, inputs=
|
173 |
iface.launch()
|
|
|
169 |
|
170 |
import gradio as gr
|
171 |
|
172 |
+
iface = gr.Interface(fn=converti, inputs="file", outputs="text")
|
173 |
iface.launch()
|