hgw3lss commited on
Commit
8226ba5
·
1 Parent(s): a25cd65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1,4 +1,6 @@
1
  import gradio as gr
 
 
2
  title = "Buckland Visions"
3
  description = "Buckland"
4
  article = "<p style = 'text-align: center' > Buckland</p>"
@@ -7,5 +9,5 @@ examples = [
7
  ["Love"],
8
  ["The occult"]
9
  ]
10
- gr.Interface.load("models/hgw3lss/gpt-j-6B-Buckland", inputs=gr.inputs.Textbox(lines=5, label="Input Text"),
11
  title=title, description=description, article=article, examples=examples, enable_queue=True).launch()
 
1
  import gradio as gr
2
+
3
+
4
  title = "Buckland Visions"
5
  description = "Buckland"
6
  article = "<p style = 'text-align: center' > Buckland</p>"
 
9
  ["Love"],
10
  ["The occult"]
11
  ]
12
+ gr.Interface.load("hgw3lss/gpt-j-6B-Buckland", inputs=gr.inputs.Textbox(lines=5, label="Input Text"),
13
  title=title, description=description, article=article, examples=examples, enable_queue=True).launch()