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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -562,21 +562,21 @@ with gr.Blocks() as livechat:
562
  outputs=gr.Textbox(label="Answer")
563
  )
564
 
565
- with gr.Blocks() as god:
566
- gr.HTML("<iframe src='https://kingnish-sdxl-flash.hf.space' width='100%' height='1200px' style='border-radius: 8px;'></iframe>")
567
-
568
  with gr.Blocks() as instant:
569
- gr.HTML("<iframe src='https://kingnish-instant-image.hf.space' width='100%' height='1000px' style='border-radius: 8px;'></iframe>")
 
 
 
570
 
571
  with gr.Blocks() as image:
572
  gr.Markdown("""### More models are coming""")
573
- gr.TabbedInterface([ god, instant], ['Powerful🖼️','Instant🖼️'])
574
 
575
 
576
 
577
 
578
  with gr.Blocks() as instant2:
579
- gr.HTML("<iframe src='https://kingnish-instant-video.hf.space' width='100%' height='2000px' style='border-radius: 8px;'></iframe>")
580
 
581
  with gr.Blocks() as video:
582
  gr.Markdown("""More Models are coming""")
 
562
  outputs=gr.Textbox(label="Answer")
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""")
573
+ gr.TabbedInterface([ instant, dalle], ['Instant🖼️','Powerful🖼️'])
574
 
575
 
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""")