K00B404 commited on
Commit
81a10b9
·
verified ·
1 Parent(s): bbfa75a

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py ADDED
@@ -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()