Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
frankrobotics
/
deepseek-ai-DeepSeek-R1
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
frankrobotics
commited on
Mar 7
Commit
b1ce122
Β·
verified
Β·
1 Parent(s):
8b5d7d2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -4,4 +4,4 @@ def model(params):
4
return "hello world"
5
6
app = gr.Interface(fn=model, "text","text")
7
-
demo
.launch()
4
return "hello world"
5
6
app = gr.Interface(fn=model, "text","text")
7
+
app
.launch()