Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
plutostack
/
rtk-ai
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
eedb9e4
rtk-ai
/
app.py
plutostack
Create app.py
eedb9e4
verified
1 day ago
raw
Copy download link
history
blame
104 Bytes
import
gradio
as
gr
gr.load(
"models/deepseek-ai/DeepSeek-V3-0324"
,
provider=
"nebius"
,
).launch()