Spaces:
Runtime error
Runtime error
Update app_with_key.py
Browse files- app_with_key.py +1 -1
app_with_key.py
CHANGED
|
@@ -94,7 +94,7 @@ with gr.Blocks() as demo:
|
|
| 94 |
with gr.Column(scale=0.9):
|
| 95 |
gr.Markdown(
|
| 96 |
"""
|
| 97 |
-
You can use gpt35 from openai or from openai-azure ,then press OK.
|
| 98 |
""")
|
| 99 |
openai_api_key = gr.Textbox(
|
| 100 |
show_label=False,
|
|
|
|
| 94 |
with gr.Column(scale=0.9):
|
| 95 |
gr.Markdown(
|
| 96 |
"""
|
| 97 |
+
You can use gpt35 from openai or from openai-azure ,then press OK (请输入openai的key然后等几秒后按ok).
|
| 98 |
""")
|
| 99 |
openai_api_key = gr.Textbox(
|
| 100 |
show_label=False,
|