Spaces:
Runtime error
Runtime error
Image gen pro is single enough
Browse files
app.py
CHANGED
|
@@ -81,19 +81,8 @@ with gr.Blocks() as livechat:
|
|
| 81 |
outputs=gr.Textbox(label="Answer")
|
| 82 |
)
|
| 83 |
|
| 84 |
-
# Other blocks (instant, dalle, playground, image, instant2, video)
|
| 85 |
-
with gr.Blocks() as instant:
|
| 86 |
-
gr.HTML("<iframe src='https://kingnish-sdxl-flash.hf.space' width='100%' height='2000px' style='border-radius: 8px;'></iframe>")
|
| 87 |
-
|
| 88 |
-
with gr.Blocks() as dalle:
|
| 89 |
-
gr.HTML("<iframe src='https://kingnish-image-gen-pro.hf.space' width='100%' height='2000px' style='border-radius: 8px;'></iframe>")
|
| 90 |
-
|
| 91 |
-
with gr.Blocks() as playground:
|
| 92 |
-
gr.HTML("<iframe src='https://fluently-fluently-playground.hf.space' width='100%' height='2000px' style='border-radius: 8px;'></iframe>")
|
| 93 |
-
|
| 94 |
with gr.Blocks() as image:
|
| 95 |
-
gr.
|
| 96 |
-
gr.TabbedInterface([ instant, dalle, playground], ['Instant🖼️','Powerful🖼️', 'Playground🖼'])
|
| 97 |
|
| 98 |
with gr.Blocks() as instant2:
|
| 99 |
gr.HTML("<iframe src='https://kingnish-instant-video.hf.space' width='100%' height='3000px' style='border-radius: 8px;'></iframe>")
|
|
|
|
| 81 |
outputs=gr.Textbox(label="Answer")
|
| 82 |
)
|
| 83 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 84 |
with gr.Blocks() as image:
|
| 85 |
+
gr.HTML("<iframe src='https://kingnish-image-gen-pro.hf.space' width='100%' height='2000px' style='border-radius: 8px;'></iframe>")
|
|
|
|
| 86 |
|
| 87 |
with gr.Blocks() as instant2:
|
| 88 |
gr.HTML("<iframe src='https://kingnish-instant-video.hf.space' width='100%' height='3000px' style='border-radius: 8px;'></iframe>")
|