Spaces:
Sleeping
Sleeping
update
Browse files
app.py
CHANGED
@@ -63,8 +63,7 @@ demo4 = gr.Interface(
|
|
63 |
fn=Qa,
|
64 |
inputs=[
|
65 |
gr.Image(type="filepath", label="Upload Document"),
|
66 |
-
gr.Textbox(label="Question")
|
67 |
-
gr.Checkbox(label="Enable Internet Access")
|
68 |
],
|
69 |
outputs=[
|
70 |
gr.Textbox(label="Answer"),
|
|
|
63 |
fn=Qa,
|
64 |
inputs=[
|
65 |
gr.Image(type="filepath", label="Upload Document"),
|
66 |
+
gr.Textbox(label="Question")
|
|
|
67 |
],
|
68 |
outputs=[
|
69 |
gr.Textbox(label="Answer"),
|