Spaces:
Runtime error
Runtime error
update docs
Browse files
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='
|
| 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',
|