xp3857 commited on
Commit
ad709c2
1 Parent(s): 3353a40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -10,8 +10,8 @@ hostname = "huggingface.co/spaces/xp3857/text-to-image"
10
 
11
  auth = session.post('http://' + hostname)
12
  response = session.get('http://' + hostname + '/rest/applications')
13
- print auth
14
- print response
15
 
16
  name = "runwayml/stable-diffusion-v1-5"
17
  model = gr.Interface.load(f"models/{name}")
 
10
 
11
  auth = session.post('http://' + hostname)
12
  response = session.get('http://' + hostname + '/rest/applications')
13
+ print (auth)
14
+ print (response)
15
 
16
  name = "runwayml/stable-diffusion-v1-5"
17
  model = gr.Interface.load(f"models/{name}")