Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ardha27
/
AICoverGen
like
12
Runtime error
App
Files
Files
Community
2
79f4c54
AICoverGen
/
app.py
Zeph27
ort nightly
79f4c54
4 months ago
raw
Copy download link
history
blame
Safe
193 Bytes
import
os
os.system(
"pip install ort-nightly-gpu --index-url=https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ort-cuda-12-nightly/pypi/simple/"
)
os.system(
"python src/webui.py"
)