Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Agents-MCP-Hackathon
/
AutoReadmeAgent
like
3
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bogeumkim
commited on
Jun 8
Commit
7960667
·
verified
·
1 Parent(s):
f57c294
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -44,4 +44,5 @@ demo = gr.Interface(
44
title="Webpage Section and Path Extractor"
45
)
46
47
-
demo.launch()
44
title="Webpage Section and Path Extractor"
45
)
46
47
+
if __name__ == "__main__":
48
+
demo.launch()