s3nh commited on
Commit
1584982
1 Parent(s): 5f6f93d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -81,9 +81,7 @@ io = gr.Interface(
81
  # interactive = True,
82
  # show_label = False
83
  # ),
84
- outputs =[
85
- gr.Textbox(lines = 2, label = 'Pythia410m output', interactive = False)
86
- ],
87
  cache_examples = False,
88
  )
89
  io.launch()
 
81
  # interactive = True,
82
  # show_label = False
83
  # ),
84
+ outputs = gr.Textbox(lines = 2, label = 'Pythia410m output', interactive = False),
 
 
85
  cache_examples = False,
86
  )
87
  io.launch()