s3nh commited on
Commit
39687cb
·
1 Parent(s): b12f8f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -72,13 +72,13 @@ io = gr.Interface(
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
  ],
 
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
  ],