Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
likewendy
/
phi-4
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
likewendy
commited on
Jan 7
Commit
fd1fb10
·
1 Parent(s):
1131114
code
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,4 @@
1
import os
2
os.environ["GRADIO_ANALYTICS_ENABLED"] = "False"
3
import gradio as gr
1
+
from __future__ import annotations
2
import os
3
os.environ["GRADIO_ANALYTICS_ENABLED"] = "False"
4
import gradio as gr