Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -203,7 +203,7 @@ iface = gr.Interface(examples = [
|
|
| 203 |
],
|
| 204 |
|
| 205 |
fn =predict,
|
| 206 |
-
inputs = [gr.Textbox(
|
| 207 |
gr.File(),
|
| 208 |
],
|
| 209 |
outputs = 'text',
|
|
|
|
| 203 |
],
|
| 204 |
|
| 205 |
fn =predict,
|
| 206 |
+
inputs = [gr.Textbox(),
|
| 207 |
gr.File(),
|
| 208 |
],
|
| 209 |
outputs = 'text',
|