Giuliano commited on
Commit
246f854
·
1 Parent(s): ebf1743

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -5
app.py CHANGED
@@ -1,6 +1,4 @@
1
- import gradio as gr
2
-
3
- iface = gr.Interface.load("huggingface/ibleducation/ibl-tutoring-7B-32k",
4
- )
5
 
6
- iface.launch()
 
 
 
 
 
 
 
1
 
2
+ import gradio as gr
3
+ demo = gr.load("ibleducation/ibl-tutoring-7B-32k", src="models")
4
+ demo.launch()