Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -14,8 +14,8 @@ from diffusers import StableDiffusionXLPipeline, EulerAncestralDiscreteScheduler
|
|
14 |
#html_content = f'<iframe src="{html_file_url}" style="width:100%; height:180px; border:none;"></iframe>'
|
15 |
#html_file_url = "https://prithivmlmods-static-loading-theme.static.hf.space/index.html"
|
16 |
|
17 |
-
html_file_url = "https://prithivhamster.vercel.app/"
|
18 |
-
html_content = f'<iframe src="{html_file_url}" style="width:100%; height:400px; border:none"></iframe>'
|
19 |
|
20 |
DESCRIPTIONx = """## STABLE HAMSTER
|
21 |
"""
|
@@ -228,6 +228,6 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
228 |
outputs=[result, seed],
|
229 |
api_name="run",
|
230 |
)
|
231 |
-
gr.HTML(html_content)
|
232 |
if __name__ == "__main__":
|
233 |
demo.queue(max_size=40).launch()
|
|
|
14 |
#html_content = f'<iframe src="{html_file_url}" style="width:100%; height:180px; border:none;"></iframe>'
|
15 |
#html_file_url = "https://prithivmlmods-static-loading-theme.static.hf.space/index.html"
|
16 |
|
17 |
+
#html_file_url = "https://prithivhamster.vercel.app/"
|
18 |
+
#html_content = f'<iframe src="{html_file_url}" style="width:100%; height:400px; border:none"></iframe>'
|
19 |
|
20 |
DESCRIPTIONx = """## STABLE HAMSTER
|
21 |
"""
|
|
|
228 |
outputs=[result, seed],
|
229 |
api_name="run",
|
230 |
)
|
231 |
+
#gr.HTML(html_content)
|
232 |
if __name__ == "__main__":
|
233 |
demo.queue(max_size=40).launch()
|