s3nh commited on
Commit
6ce66c2
1 Parent(s): 1c0e302

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -81,8 +81,7 @@ io = gr.Interface(
81
  ),
82
  outputs =[
83
  gr.Textbox(lines = 2, label = 'Pythia410m output', interactive = False)
84
- ]
85
- ),
86
  title = title,
87
  description = description,
88
  article = article,
 
81
  ),
82
  outputs =[
83
  gr.Textbox(lines = 2, label = 'Pythia410m output', interactive = False)
84
+ ],
 
85
  title = title,
86
  description = description,
87
  article = article,