Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
fr1ll
/
nvflip
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fr1ll
commited on
Oct 18, 2024
Commit
25c8f14
·
verified
·
1 Parent(s):
b06f7bd
consistent naming of demo
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -17,4 +17,4 @@ demo = gr.Interface(
17
18
19
if __name__ == "__main__":
20
-
interface
.launch()
17
18
19
if __name__ == "__main__":
20
+
demo
.launch()