Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Akjava
/
chat-phi-4-deepseek-R1K-RL-EZO
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Akjava
commited on
Sep 20, 2024
Commit
3f1e89d
Β·
verified
Β·
1 Parent(s):
8ce060c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,4 +1,5 @@
1
import gradio as gr
2
from huggingface_hub import InferenceClient
3
4
"""
1
import gradio as gr
2
+
import spaces
3
from huggingface_hub import InferenceClient
4
5
"""