dipperpines commited on
Commit
299bf3f
·
1 Parent(s): 4b66744

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -1,2 +1,5 @@
1
  import gradio as gr
2
- gr.Interface.load("huggingface/EleutherAI/gpt-j-6B").launch ()
 
 
 
 
1
  import gradio as gr
2
+
3
+ title="My First Generator"
4
+ desciption="Input text and summit."
5
+ gr.Interface.load("huggingface/EleutherAI/gpt-j-6B", title =title, desciption= desciption).launch ()