Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -72,13 +72,13 @@ io = gr.Interface(
|
|
72 |
interactive = True,
|
73 |
show_label = False
|
74 |
),
|
75 |
-
gr.Textbox(
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
),
|
82 |
outputs =[
|
83 |
gr.Textbox(lines = 2, label = 'Pythia410m output', interactive = False)
|
84 |
],
|
|
|
72 |
interactive = True,
|
73 |
show_label = False
|
74 |
),
|
75 |
+
# gr.Textbox(
|
76 |
+
# lines = 3,
|
77 |
+
# max_lines = 25,
|
78 |
+
# placeholder = "add context here",
|
79 |
+
# interactive = True,
|
80 |
+
# show_label = False
|
81 |
+
# ),
|
82 |
outputs =[
|
83 |
gr.Textbox(lines = 2, label = 'Pythia410m output', interactive = False)
|
84 |
],
|