Spaces:
Running
Running
Commit
•
b9d10b4
1
Parent(s):
2d40a91
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ def fake_diffusion(steps):
|
|
9 |
image = np.random.random((600, 600, 3))
|
10 |
yield image
|
11 |
|
12 |
-
image = "https://
|
13 |
yield image
|
14 |
|
15 |
with gr.Blocks() as demo:
|
|
|
9 |
image = np.random.random((600, 600, 3))
|
10 |
yield image
|
11 |
|
12 |
+
image = "https://gradio-builds.s3.amazonaws.com/diffusion_image/cute_dog.jpg"
|
13 |
yield image
|
14 |
|
15 |
with gr.Blocks() as demo:
|