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...
plutostack
commited on
about 20 hours ago
Commit
f81eb5c
·
verified
·
1 Parent(s):
eedb9e4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -3,4 +3,4 @@ import gradio as gr
3
gr.load(
4
"models/deepseek-ai/DeepSeek-V3-0324",
5
provider="nebius",
6
-
).launch()
3
gr.load(
4
"models/deepseek-ai/DeepSeek-V3-0324",
5
provider="nebius",
6
+
).launch(
share=True
)