Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
suhani221
/
HuggingFaceH4-zephyr-7b-beta
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
suhani221
commited on
Jan 11, 2024
Commit
d5cd1d6
·
verified
·
1 Parent(s):
47d6900
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
hf_token = os.environ.get('HF_TOKEN')
3
4
1
import gradio as gr
2
+
import os
3
hf_token = os.environ.get('HF_TOKEN')
4
5