Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -68,15 +68,20 @@ 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 |
# Image engine block
|
72 |
with gr.Blocks() as image:
|
73 |
gr.Markdown("### 🖼️ Image Engine", elem_classes="tab-header")
|
74 |
-
gr.
|
|
|
75 |
|
76 |
# Video engine block
|
77 |
with gr.Blocks() as video:
|
78 |
gr.Markdown("### 🎥 Video Engine", elem_classes="tab-header")
|
79 |
-
gr.
|
|
|
80 |
|
81 |
# Main application block
|
82 |
with gr.Blocks(theme=theme, title="OpenGPT 4o DEMO") as demo:
|
|
|
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 |
+
image_gen_pro = gr.HTML("<iframe src='https://kingnish-image-gen-pro.hf.space' width='100%' height='2000px' style='border-radius: 8px;'></iframe>")
|
72 |
+
flux_fast = gr.HTML("<iframe src='https://prodia-flux-1-dev.hf.space' width='100%' height='2000px' style='border-radius: 8px;'></iframe>")
|
73 |
+
|
74 |
# Image engine block
|
75 |
with gr.Blocks() as image:
|
76 |
gr.Markdown("### 🖼️ Image Engine", elem_classes="tab-header")
|
77 |
+
gr.TabbedInterface(['flux_fast', 'image_gen_pro'], ['High Quality Image Gen'],['Image gen and editing'])
|
78 |
+
|
79 |
|
80 |
# Video engine block
|
81 |
with gr.Blocks() as video:
|
82 |
gr.Markdown("### 🎥 Video Engine", elem_classes="tab-header")
|
83 |
+
gr.HTML("<iframe src='https://kingnish-instant-video.hf.space' width='100%' height='3000px' style='border-radius: 8px;'></iframe>")
|
84 |
+
|
85 |
|
86 |
# Main application block
|
87 |
with gr.Blocks(theme=theme, title="OpenGPT 4o DEMO") as demo:
|