s3nh commited on
Commit
1a9541e
·
1 Parent(s): 4671f72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -82,10 +82,6 @@ io = gr.Interface(
82
  outputs =[
83
  gr.Textbox(lines = 2, label = 'Pythia410m output', interactive = False)
84
  ],
85
- title = title,
86
- description = description,
87
- article = article,
88
- examples = examples,
89
  cache_examples = False,
90
  )
91
  io.launch()
 
82
  outputs =[
83
  gr.Textbox(lines = 2, label = 'Pythia410m output', interactive = False)
84
  ],
 
 
 
 
85
  cache_examples = False,
86
  )
87
  io.launch()