Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
keminglu
/
instruction-following-open-world-information-extraction
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
keminglu
commited on
May 5, 2023
Commit
fe990a2
·
1 Parent(s):
a34378f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
import gradio as gr
2
3
-
gr.Interface.load("models/keminglu/pivoine-7b").launch()
1
import gradio as gr
2
3
+
gr.Interface.load("models/keminglu/pivoine-7b"
, token="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"
).launch()