Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ def search(a):
|
|
7 |
"""
|
8 |
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|
9 |
"""
|
10 |
-
demo = gr.
|
11 |
search,
|
12 |
outputs="text"
|
13 |
)
|
|
|
7 |
"""
|
8 |
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|
9 |
"""
|
10 |
+
demo = gr.Interface(
|
11 |
search,
|
12 |
outputs="text"
|
13 |
)
|