Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
satan4191/mrm8488-falcoder-7b
ambarrlite
/
mrm8488-falcoder-7b
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ambarrlite
commited on
Oct 6, 2023
Commit
95afd2a
·
1 Parent(s):
0f28745
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/mrm8488/falcoder-7b").launch()
1
import gradio as gr
2
3
+
gr.Interface.load("models/mrm8488/falcoder-7b").launch(
True
)