taesiri commited on
Commit
5b33534
·
1 Parent(s): ec67083

Upload app.py

Browse files

Fix cache_example error

Files changed (1) hide show
  1. app.py +2 -2
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
- iface.launch()
 
 
160
  description=description,
161
  article=article,
162
  enable_queue=True,
 
163
  )
164
+
165
+ iface.launch(cache_example=True)