Deniel Dimitrov commited on
Commit
46868aa
·
1 Parent(s): 92c0155

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
 
3
- interface = gr.Interface.load("models/andite/anything-v4.0")
4
 
5
- interface.launch()
 
1
  import gradio as gr
2
 
3
+ interface = gr.load("models/andite/anything-v4.0")
4
 
5
+ interface.launch(queue = false, Share = false)