Update app.py
Browse files
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}")
|