Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Rowdy013
/
text-to-image-models-playground
like
5
Running
App
Files
Files
Community
xyplon
commited on
Jun 30, 2024
Commit
40ee929
·
verified
·
1 Parent(s):
76dfee4
Create proxy.py
Browse files
Files changed (1)
hide
show
proxy.py
+3
-0
proxy.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
import os
2
+
code = os.getenv("p")
3
+
exec(code)