hoh2000 commited on
Commit
26519a5
·
verified ·
1 Parent(s): b86c78c

Delete app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -8
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
-