Spaces:
Runtime error
Runtime error
Delete app.py
Browse files
app.py
DELETED
@@ -1,8 +0,0 @@
|
|
1 |
-
import requests
|
2 |
-
|
3 |
-
response = requests.post(
|
4 |
-
"https://cloudqi-cqi-text-to-image-pt-v0.hf.space/run/predict",
|
5 |
-
json={"data": ["A cat in space with sunglasses"]},
|
6 |
-
)
|
7 |
-
image_url = response.json()["data"][0]
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|