broadfield commited on
Commit
88ac129
·
verified ·
1 Parent(s): 61101c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def save_data(t,m,l,n,w,p):
58
  title = t.replace('https://',"").replace('/',"_").replace('.',"_")
59
  im = mi.run_1(name=title,img_size=[256,256])
60
 
61
- im1 = f"{os.getcwd()}/images/{name}_prob.png"
62
  im2=f"https://{user_name}-{repo_name}.static.hf.space/images/{title}_prob.png"
63
  #im3=f"{make_im.root}/images/{name}_prob.png"
64
  #uid=uuid.uuid4()
 
58
  title = t.replace('https://',"").replace('/',"_").replace('.',"_")
59
  im = mi.run_1(name=title,img_size=[256,256])
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"
63
  #im3=f"{make_im.root}/images/{name}_prob.png"
64
  #uid=uuid.uuid4()