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