Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Dawoodthouseef
/
replit-replit-code-v1-3b
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Dawoodthouseef
commited on
Jun 4, 2023
Commit
107073b
·
1 Parent(s):
4072869
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
import gradio as gr
2
3
4
-
gr.Interface.load("models/replit/replit-code-v1-3b"
,trust_remote_code=True
).launch(
share=True
)
5
6
1
import gradio as gr
2
3
4
+
gr.Interface.load("models/replit/replit-code-v1-3b").launch()
5
6