Naresh1993 commited on
Commit
b6823e3
1 Parent(s): 56714a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -1,8 +1,6 @@
1
  import gradio as gr
2
 
3
- gr.load("models/stabilityai/stablelm-zephyr-3b").launch()
4
-
5
- demo = gr.Interface(
6
  inputs=["text", "slider"],
7
  outputs=["text"],
8
  )
 
1
  import gradio as gr
2
 
3
+ demo = gr.load("models/stabilityai/stablelm-zephyr-3b").Interface(
 
 
4
  inputs=["text", "slider"],
5
  outputs=["text"],
6
  )