Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ def save_data(t,m,l,n,w,p):
|
|
56 |
rand = random.randint(1000,9999)
|
57 |
|
58 |
title = t.replace('https://',"").replace('/',"_").replace('.',"_")
|
59 |
-
im = mi.run_1(name=title,img_size=[
|
60 |
|
61 |
im1 = f"{os.getcwd()}/images/{title}_prob.png"
|
62 |
#im2=f"https://{user_name}-{repo_name}.static.hf.space/images/{title}_prob.png"
|
|
|
56 |
rand = random.randint(1000,9999)
|
57 |
|
58 |
title = t.replace('https://',"").replace('/',"_").replace('.',"_")
|
59 |
+
im = mi.run_1(name=title,img_size=[315,600])
|
60 |
|
61 |
im1 = f"{os.getcwd()}/images/{title}_prob.png"
|
62 |
#im2=f"https://{user_name}-{repo_name}.static.hf.space/images/{title}_prob.png"
|