NeoPy commited on
Commit
3c956ca
·
verified ·
1 Parent(s): 0a986ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -11
app.py CHANGED
@@ -48,24 +48,21 @@ theme = "NeoPy/Soft"
48
  with gr.Blocks() as DiffuseCraft:
49
  gr.HTML("<iframe src='https://r3gm-diffusecraft.hf.space' width='100%' height='2000px' style='border-radius: 8px;'></iframe>")
50
 
51
- with gr.Blocks() as flux_fast:
52
- gr.HTML("<iframe src='https://prodia-flux-1-dev.hf.space' width='100%' height='2000px' style='border-radius: 8px;'></iframe>")
53
 
 
 
54
 
55
 
56
- # Image engine block
57
- with gr.Blocks() as image:
58
- gr.Markdown("### 🖼️ Image Gen", elem_classes="tab-header")
59
- gr.TabbedInterface([flux_fast], ['High Quality Image Gen'])
60
-
61
 
62
 
63
  # Main application block
64
- with gr.Blocks(theme=theme, title="Uktimate SDXL") as demo:
65
- gr.Markdown("# 🚀 USD", elem_classes="main-header")
66
  gr.TabbedInterface(
67
- [DiffuseCraft, image],
68
- ['🧩 DiffuseCraft', '🖼️ Image Engine']
69
  )
70
 
71
  demo.queue(max_size=300)
 
48
  with gr.Blocks() as DiffuseCraft:
49
  gr.HTML("<iframe src='https://r3gm-diffusecraft.hf.space' width='100%' height='2000px' style='border-radius: 8px;'></iframe>")
50
 
51
+ with gr.Blocks() as mod:
52
+ gr.HTML("<iframe src='https://john6666-diffusecraftmod.hf.space' width='100%' height='2000px' style='border-radius: 8px;'></iframe>")
53
 
54
+ with gr.Blocks() as votepurchase:
55
+ gr.HTML("<iframe src='https://john6666-diffusecraftmod.hf.space' width='100%' height='2000px' style='border-radius: 8px;'></iframe>")
56
 
57
 
 
 
 
 
 
58
 
59
 
60
  # Main application block
61
+ with gr.Blocks(theme=theme, title="Ultimate Stable Diffusion") as demo:
62
+ gr.Label("# 🚀 Ultimate Stable Diffusion")
63
  gr.TabbedInterface(
64
+ [DiffuseCraft, mod, votepurchase],
65
+ ['🧩 DiffuseCraft', '🧩 DiffuseCraft mod', '🧩 Votepurchase Multiple Model']
66
  )
67
 
68
  demo.queue(max_size=300)