greendra commited on
Commit
8a5b92c
·
1 Parent(s): 5db4dbf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -47,6 +47,7 @@ def freeimagehost(prompt, img, seed):
47
  link = loglink = r['image']['url']
48
  link = '<a style="color:blue;" href="https://arinteli.com/app/?' + link + '+' + prompt + '+' + seed + '" target=”_blank”>'+ link +'</a>'
49
  except:
 
50
  return imagebb(prompt, img, seed)
51
  except:
52
  return imagebb(prompt, img, seed)
 
47
  link = loglink = r['image']['url']
48
  link = '<a style="color:blue;" href="https://arinteli.com/app/?' + link + '+' + prompt + '+' + seed + '" target=”_blank”>'+ link +'</a>'
49
  except:
50
+ print(r)
51
  return imagebb(prompt, img, seed)
52
  except:
53
  return imagebb(prompt, img, seed)