KingNish commited on
Commit
39bde3d
1 Parent(s): 31a1026

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(['flux_fast', 'image_gen_pro'], ['High Quality Image Gen'],['Image gen and editing'])
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