anuragshas commited on
Commit
1acdcd2
·
verified ·
1 Parent(s): 13639ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -25,5 +25,5 @@ iface = gr.Interface(
25
  examples=["Namaste"],
26
  )
27
 
28
- # Launch the interface with queue and caching enabled.
29
- iface.launch(enable_queue=True, cache_examples=True, show_error=True)
 
25
  examples=["Namaste"],
26
  )
27
 
28
+ # Launch the interface with caching enabled.
29
+ iface.launch(cache_examples=True, show_error=True)