KingNish commited on
Commit
31a1026
1 Parent(s): 9fe0992

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
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
- 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:
 
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: