KingNish commited on
Commit
cd995bb
1 Parent(s): 14e435a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -563,10 +563,10 @@ with gr.Blocks() as livechat:
563
  )
564
 
565
  with gr.Blocks() as instant:
566
- gr.HTML("<iframe src='https://kingnish-sdxl-flash.hf.space' width='100%' height='100%' style='border-radius: 8px;'></iframe>")
567
 
568
  with gr.Blocks() as dalle:
569
- gr.HTML("<iframe src='https://ehristoforu-dalle-3-xl-lora-v2.hf.space' width='100%' height='100%' style='border-radius: 8px;'></iframe>")
570
 
571
  with gr.Blocks() as image:
572
  gr.Markdown("""### More models are coming""")
@@ -576,7 +576,7 @@ with gr.Blocks() as image:
576
 
577
 
578
  with gr.Blocks() as instant2:
579
- gr.HTML("<iframe src='https://kingnish-instant-video.hf.space' width='100%' height='100%' style='border-radius: 8px;'></iframe>")
580
 
581
  with gr.Blocks() as video:
582
  gr.Markdown("""More Models are coming""")
 
563
  )
564
 
565
  with gr.Blocks() as instant:
566
+ gr.HTML("<iframe src='https://kingnish-sdxl-flash.hf.space' width='100%' height='2000px' style='border-radius: 8px;'></iframe>")
567
 
568
  with gr.Blocks() as dalle:
569
+ gr.HTML("<iframe src='https://ehristoforu-dalle-3-xl-lora-v2.hf.space' width='100%' height='2000px' style='border-radius: 8px;'></iframe>")
570
 
571
  with gr.Blocks() as image:
572
  gr.Markdown("""### More models are coming""")
 
576
 
577
 
578
  with gr.Blocks() as instant2:
579
+ gr.HTML("<iframe src='https://kingnish-instant-video.hf.space' width='100%' height='3000px' style='border-radius: 8px;'></iframe>")
580
 
581
  with gr.Blocks() as video:
582
  gr.Markdown("""More Models are coming""")