Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jer233
/
AI_Check_project
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
515bde6
AI_Check_project
/
app.py
jer233
Update app.py
26bd7f4
verified
4 months ago
raw
Copy download link
history
blame
Safe
143 Bytes
from
demo.demo
import
app
if
__name__ ==
"__main__"
:
# Launch the Gradio interface
app.launch(show_api=
False
, debug=
True
, share=
True
)