Pamudu13 commited on
Commit
5ff0278
·
verified ·
1 Parent(s): c0f6ca8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
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=True, show_api=True)
 
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)