Spaces:
Runtime error
Runtime error
Commit ·
7387a54
1
Parent(s): 0cf5bdf
updated banner
Browse files
app.py
CHANGED
|
@@ -218,7 +218,7 @@ def txt2img(prompt, negative_prompt, model, steps, sampler, cfg_scale, width, he
|
|
| 218 |
return job["imageUrl"]
|
| 219 |
|
| 220 |
# Static Image URL
|
| 221 |
-
static_image_url = "https://
|
| 222 |
static_image_link_url="https://rendernet.ai"
|
| 223 |
|
| 224 |
css = """
|
|
|
|
| 218 |
return job["imageUrl"]
|
| 219 |
|
| 220 |
# Static Image URL
|
| 221 |
+
static_image_url = "https://baseavaar2.s3.amazonaws.com/banner.png"
|
| 222 |
static_image_link_url="https://rendernet.ai"
|
| 223 |
|
| 224 |
css = """
|