Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -68,8 +68,11 @@ with gr.Blocks() as voice:
|
|
| 68 |
gr.Markdown("Try Voice Chat from the link below:")
|
| 69 |
gr.HTML('<a href="https://huggingface.co/spaces/KingNish/Voicee" target="_blank" class="custom-button">Open Voice Chat</a>')
|
| 70 |
|
| 71 |
-
|
| 72 |
-
|
|
|
|
|
|
|
|
|
|
| 73 |
|
| 74 |
# Image engine block
|
| 75 |
with gr.Blocks() as image:
|
|
|
|
| 68 |
gr.Markdown("Try Voice Chat from the link below:")
|
| 69 |
gr.HTML('<a href="https://huggingface.co/spaces/KingNish/Voicee" target="_blank" class="custom-button">Open Voice Chat</a>')
|
| 70 |
|
| 71 |
+
with gr.Blocks() as image_gen_pro:
|
| 72 |
+
gr.HTML("<iframe src='https://kingnish-image-gen-pro.hf.space' width='100%' height='2000px' style='border-radius: 8px;'></iframe>")
|
| 73 |
+
|
| 74 |
+
with gr.Blocks() as flux_fast:
|
| 75 |
+
gr.HTML("<iframe src='https://prodia-flux-1-dev.hf.space' width='100%' height='2000px' style='border-radius: 8px;'></iframe>")
|
| 76 |
|
| 77 |
# Image engine block
|
| 78 |
with gr.Blocks() as image:
|