Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
psujay
/
Image_Color_Transfer
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
psujay
commited on
Nov 14, 2024
Commit
4022f0f
·
verified
·
1 Parent(s):
2bf0066
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
if __name__ == "__main__":
2
+
grad_app = GradioInterFace()
3
+
grad_app.launch_app()