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