s3nh commited on
Commit
b12f8f0
·
1 Parent(s): a129fc1

Update app.py

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