Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -203,8 +203,8 @@ iface = gr.Interface(examples = [
|
|
203 |
],
|
204 |
|
205 |
fn =predict,
|
206 |
-
inputs = [gr.
|
207 |
-
gr.
|
208 |
],
|
209 |
outputs = 'text',
|
210 |
description=description,
|
|
|
203 |
],
|
204 |
|
205 |
fn =predict,
|
206 |
+
inputs = [gr.Textbox(default="What is Open-domain question answering?"),
|
207 |
+
gr.File(),
|
208 |
],
|
209 |
outputs = 'text',
|
210 |
description=description,
|