Spaces:
Running
on
Zero
Running
on
Zero
Add Image Playground (Fluently playground)
#25
by
ehristoforu
- opened
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 |
|