Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,8 @@ from diffusers import StableDiffusionXLPipeline, EulerAncestralDiscreteScheduler
|
|
| 17 |
html_file_url = "https://prithivmlmods-hamster-static.static.hf.space/index.html"
|
| 18 |
html_content = f'<iframe src="{html_file_url}" style="width:100%; height:400px; border:none"></iframe>'
|
| 19 |
|
| 20 |
-
DESCRIPTIONx = """
|
|
|
|
| 21 |
|
| 22 |
css = '''
|
| 23 |
.gradio-container{max-width: 560px !important}
|
|
|
|
| 17 |
html_file_url = "https://prithivmlmods-hamster-static.static.hf.space/index.html"
|
| 18 |
html_content = f'<iframe src="{html_file_url}" style="width:100%; height:400px; border:none"></iframe>'
|
| 19 |
|
| 20 |
+
DESCRIPTIONx = """## STABLE HAMSTER
|
| 21 |
+
"""
|
| 22 |
|
| 23 |
css = '''
|
| 24 |
.gradio-container{max-width: 560px !important}
|