Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Americo
/
Predoc_MVP2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Americo
commited on
May 5
Commit
eb3ab2d
·
1 Parent(s):
7fc5aca
print
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -69,4 +69,5 @@ with gr.Blocks() as demo:
69
)
70
71
if __name__ == "__main__":
72
demo.launch()
69
)
70
71
if __name__ == "__main__":
72
+
print(demo)
73
demo.launch()