Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nileshhanotia
/
PePe
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
nileshhanotia
commited on
Oct 31, 2024
Commit
7a6177e
·
verified
·
1 Parent(s):
bbdfa1c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -51,4 +51,4 @@ def create_interface():
51
52
if __name__ == "__main__":
53
iface = create_interface()
54
-
iface.launch(
51
52
if __name__ == "__main__":
53
iface = create_interface()
54
+
iface.launch(
)