KingNish ehristoforu commited on
Commit
80df0bc
1 Parent(s): a358743

Add Image Playground (Fluently playground) (#25)

Browse files

- Add Image Playground (Fluently playground) (c8c3e7a008028031112281f64cfac23f1589c544)


Co-authored-by: Evgeniy Hristoforu <ehristoforu@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -568,9 +568,12 @@ with gr.Blocks() as instant:
568
  with gr.Blocks() as dalle:
569
  gr.HTML("<iframe src='https://kingnish-image-gen-pro.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""")
573
- gr.TabbedInterface([ instant, dalle], ['Instant🖼️','Powerful🖼️'])
574
 
575
 
576
 
 
568
  with gr.Blocks() as dalle:
569
  gr.HTML("<iframe src='https://kingnish-image-gen-pro.hf.space' width='100%' height='2000px' style='border-radius: 8px;'></iframe>")
570
 
571
+ with gr.Blocks() as playground:
572
+ gr.HTML("<iframe src='https://fluently-fluently-playground.hf.space' width='100%' height='2000px' style='border-radius: 8px;'></iframe>")
573
+
574
  with gr.Blocks() as image:
575
  gr.Markdown("""### More models are coming""")
576
+ gr.TabbedInterface([ instant, dalle, playground], ['Instant🖼️','Powerful🖼️', 'Playground🖼'])
577
 
578
 
579