Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ from diffusers import StableDiffusionXLPipeline, EulerAncestralDiscreteScheduler
|
|
26 |
#html_file_url = "https://prithivhamster.vercel.app/"
|
27 |
#html_content = f'<iframe src="{html_file_url}" style="width:100%; height:400px; border:none"></iframe>'
|
28 |
|
29 |
-
DESCRIPTIONx = """## STABLE HAMSTER
|
30 |
|
31 |
"""
|
32 |
|
@@ -142,7 +142,7 @@ def generate(
|
|
142 |
image_paths = [save_image(img) for img in images]
|
143 |
return image_paths, seed
|
144 |
#Main gr.Block
|
145 |
-
with gr.Blocks(css=css, theme="
|
146 |
gr.Markdown(DESCRIPTIONx)
|
147 |
|
148 |
with gr.Group():
|
|
|
26 |
#html_file_url = "https://prithivhamster.vercel.app/"
|
27 |
#html_content = f'<iframe src="{html_file_url}" style="width:100%; height:400px; border:none"></iframe>'
|
28 |
|
29 |
+
DESCRIPTIONx = """## STABLE HAMSTER
|
30 |
|
31 |
"""
|
32 |
|
|
|
142 |
image_paths = [save_image(img) for img in images]
|
143 |
return image_paths, seed
|
144 |
#Main gr.Block
|
145 |
+
with gr.Blocks(css=css, theme="YTheme/Minecraft") as demo:
|
146 |
gr.Markdown(DESCRIPTIONx)
|
147 |
|
148 |
with gr.Group():
|