Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yugan
/
summarize
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
yugan
commited on
Jan 20, 2023
Commit
97dcf71
·
1 Parent(s):
84a5885
fix add os
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
3
auth_token = os.environ.get("AUTH_TOKEN") or True
4
1
import gradio as gr
2
+
import os
3
4
auth_token = os.environ.get("AUTH_TOKEN") or True
5