alfredplpl
commited on
Commit
•
9e0ec47
1
Parent(s):
8ed3b1a
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ import random
|
|
9 |
import requests
|
10 |
|
11 |
# 得られたIPアドレスを使用してリクエストを行う
|
12 |
-
response = requests.get('
|
13 |
print(response.text)
|
14 |
|
15 |
model_id = 'aipicasso/cool-japan-diffusion-2-1-2'
|
|
|
9 |
import requests
|
10 |
|
11 |
# 得られたIPアドレスを使用してリクエストを行う
|
12 |
+
response = requests.get('https://huggingface.co/')
|
13 |
print(response.text)
|
14 |
|
15 |
model_id = 'aipicasso/cool-japan-diffusion-2-1-2'
|