Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
acecalisto3
/
urld
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
acecalisto3
commited on
Mar 20
Commit
d755d1c
·
verified
·
1 Parent(s):
c92df66
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -371,3 +371,5 @@ def main():
371
inbrowser=True,
372
debug=True
373
)
371
inbrowser=True,
372
debug=True
373
)
374
+
if __name__ == "__main__":
375
+
main()