Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ io = gr.Interface(
|
|
82 |
placeholder = "Add context here",
|
83 |
interactive = True,
|
84 |
show_label = False
|
85 |
-
)
|
86 |
outputs = [gr.Textbox(lines = 1, label = 'Pythia410m', interactive = False)],
|
87 |
cache_examples = False,
|
88 |
)
|
|
|
82 |
placeholder = "Add context here",
|
83 |
interactive = True,
|
84 |
show_label = False
|
85 |
+
),
|
86 |
outputs = [gr.Textbox(lines = 1, label = 'Pythia410m', interactive = False)],
|
87 |
cache_examples = False,
|
88 |
)
|