Update app.py
Browse files
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='
|
| 567 |
|
| 568 |
with gr.Blocks() as dalle:
|
| 569 |
-
gr.HTML("<iframe src='https://ehristoforu-dalle-3-xl-lora-v2.hf.space' width='100%' height='
|
| 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='
|
| 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""")
|