Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ with gr.Blocks() as flux_fast:
|
|
77 |
# Image engine block
|
78 |
with gr.Blocks() as image:
|
79 |
gr.Markdown("### 🖼️ Image Engine", elem_classes="tab-header")
|
80 |
-
gr.TabbedInterface([
|
81 |
|
82 |
|
83 |
# Video engine block
|
|
|
77 |
# Image engine block
|
78 |
with gr.Blocks() as image:
|
79 |
gr.Markdown("### 🖼️ Image Engine", elem_classes="tab-header")
|
80 |
+
gr.TabbedInterface([flux_fast, image_gen_pro], ['High Quality Image Gen'],['Image gen and editing'])
|
81 |
|
82 |
|
83 |
# Video engine block
|