freddyaboulton HF staff commited on
Commit
b9d10b4
1 Parent(s): 2d40a91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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://i.picsum.photos/id/867/600/600.jpg?hmac=qE7QFJwLmlE_WKI7zMH6SgH5iY5fx8ec6ZJQBwKRT44"
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: