Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dexhunter
/
aideml
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
aideml
/
app.py
Dixing Xu
feat: Add huggingface example
5ba41ee
unverified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
92 Bytes
from
aide.webui.app
import
WebUI
if
__name__ ==
"__main__"
:
app = WebUI()
app.run()