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
f6c35fb
Β·
verified
Β·
1 Parent(s):
8fd7075
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
import spaces
3
from huggingface_hub import InferenceClient
4
1
import gradio as gr
2
+
import os
3
import spaces
4
from huggingface_hub import InferenceClient
5