CreitinGameplays commited on
Commit
95f1c49
1 Parent(s): 49d7b84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import gradio as gr
2
 
3
- gr.load("models/CreitinGameplays/bloom-3b-conversational").launch()
4
 
5
  interface = gr.Interface(
6
  fn=lambda prompt="", max_tokens=128: gr.Textbox.submit(value=prompt),
 
1
  import gradio as gr
2
 
3
+ gr.load("models/CreitinGameplays/bloom-3b-conversational")
4
 
5
  interface = gr.Interface(
6
  fn=lambda prompt="", max_tokens=128: gr.Textbox.submit(value=prompt),