Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
K00B404
/
Morphy
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
K00B404
commited on
May 15, 2024
Commit
81a10b9
·
verified
·
1 Parent(s):
bbfa75a
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
import gradio as gr
2
+
3
+
i = gr.Interface.load("models/morph-labs/morph-prover-v0-7b")
4
+
i.launch()