Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -612,7 +612,7 @@ with gr.Blocks(css=".gradio-container {background-color: lightgray}") as block:
|
|
612 |
with gr.Column():
|
613 |
gr.HTML(
|
614 |
"""<b><center>GPT + WolframAlpha + Whisper</center></b>
|
615 |
-
<p><center>New
|
616 |
|
617 |
openai_api_key_textbox = gr.Textbox(placeholder="Paste your OpenAI API key (sk-...)",
|
618 |
show_label=False, lines=1, type='password', elem_id="openai_api_key_textbox")
|
|
|
612 |
with gr.Column():
|
613 |
gr.HTML(
|
614 |
"""<b><center>GPT + WolframAlpha + Whisper</center></b>
|
615 |
+
<p><center>New features: <b>Auto API key save. 1024 Input Tokens.</b></center></p>""")
|
616 |
|
617 |
openai_api_key_textbox = gr.Textbox(placeholder="Paste your OpenAI API key (sk-...)",
|
618 |
show_label=False, lines=1, type='password', elem_id="openai_api_key_textbox")
|