s3nh commited on
Commit
90e8382
·
1 Parent(s): 1578b0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ io = gr.Interface(
82
  placeholder = "Add context here",
83
  interactive = True,
84
  show_label = False
85
- )
86
  outputs = [gr.Textbox(lines = 1, label = 'Pythia410m', interactive = False)],
87
  cache_examples = False,
88
  )
 
82
  placeholder = "Add context here",
83
  interactive = True,
84
  show_label = False
85
+ ),
86
  outputs = [gr.Textbox(lines = 1, label = 'Pythia410m', interactive = False)],
87
  cache_examples = False,
88
  )