Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
themanas021
/
testing01
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
themanas021
commited on
Jan 10, 2024
Commit
99f7d4d
·
1 Parent(s):
89b1275
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,2 +1,2 @@
1
import gradio as gr
2
-
gr.
launch
(
model=
"
Q-bert
/MetaMath-Cybertron-Starling"
,share=True
)
1
import gradio as gr
2
+
gr.
load
("
models
/
TheBloke/
MetaMath-Cybertron-Starling
-GGUF
")
.launch()