Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Agents-MCP-Hackathon
/
ReadRight
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d8c8d0c
ReadRight
/
app.py
ParulPandey
Rename main.py to app.py
73d3ff1
verified
about 1 month ago
raw
Copy download link
history
blame
Safe
115 Bytes
from
ui
import
launch_ui
if
__name__ ==
"__main__"
:
demo = launch_ui()
demo.launch(debug=
True
, share=
True
)