Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 52 |
-
gr.HTML("<iframe src='https://
|
| 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="
|
| 65 |
-
gr.
|
| 66 |
gr.TabbedInterface(
|
| 67 |
-
[DiffuseCraft,
|
| 68 |
-
['🧩 DiffuseCraft', '
|
| 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)
|