Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,10 +6,8 @@ import time
|
|
6 |
|
7 |
models =[
|
8 |
|
9 |
-
|
10 |
"John6666/9527-detail-realistic-xl-v55mix-sdxl"
|
11 |
|
12 |
-
|
13 |
]
|
14 |
|
15 |
|
@@ -139,4 +137,4 @@ with gr.Blocks(title="SD Models") as my_interface:
|
|
139 |
text_gen1=gr.Interface.load("spaces/phenomenon1981/MagicPrompt-Stable-Diffusion")
|
140 |
|
141 |
my_interface.queue(concurrency_count=600, status_update_rate=1)
|
142 |
-
my_interface.launch(inline=
|
|
|
6 |
|
7 |
models =[
|
8 |
|
|
|
9 |
"John6666/9527-detail-realistic-xl-v55mix-sdxl"
|
10 |
|
|
|
11 |
]
|
12 |
|
13 |
|
|
|
137 |
text_gen1=gr.Interface.load("spaces/phenomenon1981/MagicPrompt-Stable-Diffusion")
|
138 |
|
139 |
my_interface.queue(concurrency_count=600, status_update_rate=1)
|
140 |
+
my_interface.launch(inline=False, show_api=False)
|