Spaces:
Running
Running
Upload app.py
Browse filesFix cache_example error
app.py
CHANGED
@@ -160,6 +160,6 @@ iface = gr.Interface(fn=gradio_search,
|
|
160 |
description=description,
|
161 |
article=article,
|
162 |
enable_queue=True,
|
163 |
-
cache_example=True
|
164 |
)
|
165 |
-
|
|
|
|
160 |
description=description,
|
161 |
article=article,
|
162 |
enable_queue=True,
|
|
|
163 |
)
|
164 |
+
|
165 |
+
iface.launch(cache_example=True)
|