Spaces:
Running
Running
minarainbow
commited on
Commit
·
7360b4f
1
Parent(s):
a7f7563
add examples
Browse files
app.py
CHANGED
@@ -7,8 +7,6 @@ import pandas as pd
|
|
7 |
from PIL import Image
|
8 |
|
9 |
|
10 |
-
demo1_link = "https://cdn.midjourney.com/90c5d072-84ed-4746-b687-af80d803393b/grid_0.png"
|
11 |
-
demo1_image = torch.hub.download_url_to_file(demo1_link, 'demo1.png')
|
12 |
|
13 |
def load_example(prompt, img0):
|
14 |
img0 = Image.open(img0)
|
|
|
7 |
from PIL import Image
|
8 |
|
9 |
|
|
|
|
|
10 |
|
11 |
def load_example(prompt, img0):
|
12 |
img0 = Image.open(img0)
|