Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -23,12 +23,10 @@ from diffusers import StableDiffusionXLPipeline, EulerAncestralDiscreteScheduler
|
|
23 |
#html_content = f'<iframe src="{html_file_url}" style="width:100%; height:180px; border:none;"></iframe>'
|
24 |
#html_file_url = "https://prithivmlmods-static-loading-theme.static.hf.space/index.html"
|
25 |
|
26 |
-
|
27 |
-
|
28 |
|
29 |
-
DESCRIPTIONx = """## STABLE HAMSTER
|
30 |
-
|
31 |
-
"""
|
32 |
|
33 |
css = '''
|
34 |
.gradio-container{max-width: 585px !important}
|
@@ -246,5 +244,6 @@ with gr.Blocks(css=css,
|
|
246 |
outputs=[result, seed],
|
247 |
api_name="run",
|
248 |
)
|
|
|
249 |
if __name__ == "__main__":
|
250 |
demo.queue(max_size=40).launch()
|
|
|
23 |
#html_content = f'<iframe src="{html_file_url}" style="width:100%; height:180px; border:none;"></iframe>'
|
24 |
#html_file_url = "https://prithivmlmods-static-loading-theme.static.hf.space/index.html"
|
25 |
|
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 |
css = '''
|
32 |
.gradio-container{max-width: 585px !important}
|
|
|
244 |
outputs=[result, seed],
|
245 |
api_name="run",
|
246 |
)
|
247 |
+
gr.HTML(html_content)
|
248 |
if __name__ == "__main__":
|
249 |
demo.queue(max_size=40).launch()
|