Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ demo_questions = [
|
|
29 |
iface = gr.Interface(
|
30 |
fn=inference,
|
31 |
inputs="text",
|
32 |
-
examples=demo_questions,
|
33 |
#outputs=["text","json","json","text"],
|
34 |
outputs=[gr.Markdown(),gr.components.JSON( label="sources")],
|
35 |
|
|
|
29 |
iface = gr.Interface(
|
30 |
fn=inference,
|
31 |
inputs="text",
|
32 |
+
#examples=demo_questions,
|
33 |
#outputs=["text","json","json","text"],
|
34 |
outputs=[gr.Markdown(),gr.components.JSON( label="sources")],
|
35 |
|