Update app.py
Browse files
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()
|