Wootang01 commited on
Commit
1f4e701
1 Parent(s): 605dfb9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,4 +3,4 @@ import gradio as gr
3
  title = "Text Generator GPT-J-6B"
4
  description = "Kindly input your text, submit and the computer will predict subsequent words for your text."
5
 
6
- gr.Interface.load("huggingface/EleutherAI/gpt-j-6B", inputs = gr.inputs.Textbox(lines=5, label="Input text.", title=title, description=description, enable_queue = True).launch()
 
3
  title = "Text Generator GPT-J-6B"
4
  description = "Kindly input your text, submit and the computer will predict subsequent words for your text."
5
 
6
+ gr.Interface.load("huggingface/EleutherAI/gpt-j-6B", inputs = gr.inputs.Textbox(lines=5, label="Input text."), title=title, description=description, enable_queue=True).launch()