Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
redoop
/
redoop-chat
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
tongxiaojun
commited on
May 24, 2023
Commit
effe30c
·
1 Parent(s):
330d3c2
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
(analytics_enabled=None)
.load("models/redoop/opt-1.3b").launch(show_api=False)
1
import gradio as gr
2
3
+
gr.Interface.load("models/redoop/opt-1.3b").launch(show_api=False)