tomdeng commited on
Commit
e5bf024
1 Parent(s): 14d532b

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
- api=gr.Interface.load("huggingface/EleutherAI/gpt-j-6B")
4
 
5
  def complete_with_gpt(text):
6
  return text[:-50]+api(text[-50:])
 
1
  import gradio as gr
2
 
3
+ api=gr.Interface.load("huggingface/EleutherAI/gpt-j-6B")
4
 
5
  def complete_with_gpt(text):
6
  return text[:-50]+api(text[-50:])