yfor commited on
Commit
ca9ad95
·
1 Parent(s): 310c33d

update docs

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from gpt_analyze import analyze_by_3p5
4
  iface = gr.Interface(fn=analyze_by_3p5, inputs=[
5
  gr.components.Textbox(label='Your text',
6
  lines=5,
7
- placeholder='Long text need to be short',
8
  max_lines=100),
9
  gr.components.Textbox(label='api key',
10
  placeholder='apikey from openai',
 
4
  iface = gr.Interface(fn=analyze_by_3p5, inputs=[
5
  gr.components.Textbox(label='Your text',
6
  lines=5,
7
+ placeholder='The text that needs to be summarized',
8
  max_lines=100),
9
  gr.components.Textbox(label='api key',
10
  placeholder='apikey from openai',