ProgramatorVit commited on
Commit
73c6c1f
1 Parent(s): 4058020

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1,3 +1,5 @@
1
  import gradio as gr
2
 
3
- gr.Interface.load("models/meta-math/MetaMath-7B-V1.0").launch()
 
 
 
1
  import gradio as gr
2
 
3
+ a = gr.Interface.load("models/meta-math/MetaMath-7B-V1.0")
4
+
5
+ a.launch()