broadfield commited on
Commit
797c734
·
verified ·
1 Parent(s): 8a24f62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=[256,380])
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"