Deniel Dimitrov
commited on
Commit
·
46868aa
1
Parent(s):
92c0155
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
interface = gr.
|
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)
|