yizhangliu commited on
Commit
d3c2ede
·
1 Parent(s): 0d72022

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -9
app.py CHANGED
@@ -189,15 +189,7 @@ start_work = """async() => {
189
  return false;
190
  }"""
191
 
192
- descriptions = "Thanks: "
193
- descriptions += "[<a style='display:inline-block' href='https://huggingface.co/spaces/daspartho/prompt-extend' _blank><font style='color:blue;weight:bold;'>prompt-extend</font></a>]"
194
- descriptions += "[<a style='display:inline-block' href='https://huggingface.co/spaces/stabilityai/stable-diffusion-1' _blank><font style='color:blue;weight:bold;'>Stable Diffusion 1.0</font></a>]"
195
- descriptions += "[<a style='display:inline-block' href='https://huggingface.co/spaces/stabilityai/stable-diffusion-1' _blank><font style='color:blue;weight:bold;'>Stable Diffusion 1.0</font></a>]"
196
- descriptions += "[<a style='display:inline-block' href='https://huggingface.co/spaces/hakurei/waifu-diffusion-demo' _blank><font style='color:blue;weight:bold;'>waifu-diffusion-demo</font></a>]"
197
- descriptions = f"<p>{descriptions}</p>"
198
-
199
- with gr.Blocks(title='prompt-extend/') as demo:
200
- # gr.HTML(descriptions)
201
  with gr.Group(elem_id="page_1", visible=True) as page_1:
202
  with gr.Box():
203
  with gr.Row():
 
189
  return false;
190
  }"""
191
 
192
+ with gr.Blocks(title='Text-to-Image') as demo:
 
 
 
 
 
 
 
 
193
  with gr.Group(elem_id="page_1", visible=True) as page_1:
194
  with gr.Box():
195
  with gr.Row():