kurianbenoy commited on
Commit
05ba1e9
1 Parent(s): 865e5dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -28,4 +28,8 @@ iface = gr.Interface(
28
  theme="huggingface",
29
  )
30
 
31
- iface.launch()
 
 
 
 
 
28
  theme="huggingface",
29
  )
30
 
31
+ iface.launch(
32
+ share=False,
33
+ cache_examples=True,
34
+ enable_queue=enable_queue,
35
+ )