Spaces:
Runtime error
Runtime error
jackyliang42
commited on
Commit
•
2a6f170
1
Parent(s):
715fc3c
Update app.py
Browse files
app.py
CHANGED
@@ -141,7 +141,7 @@ if __name__ == '__main__':
|
|
141 |
with gr.Column():
|
142 |
with gr.Row():
|
143 |
inp_api_key = gr.Textbox(label='OpenAI API Key (this is not stored anywhere)', lines=1)
|
144 |
-
inp_model_name = gr.Dropdown(label='Model Name', choices=['code-davinci-002', 'text-davinci-002'], value='
|
145 |
with gr.Row():
|
146 |
inp_n_blocks = gr.Slider(label='Number of Blocks', minimum=0, maximum=4, value=3, step=1)
|
147 |
inp_n_bowls = gr.Slider(label='Number of Bowls', minimum=0, maximum=4, value=3, step=1)
|
|
|
141 |
with gr.Column():
|
142 |
with gr.Row():
|
143 |
inp_api_key = gr.Textbox(label='OpenAI API Key (this is not stored anywhere)', lines=1)
|
144 |
+
inp_model_name = gr.Dropdown(label='Model Name', choices=['code-davinci-002', 'text-davinci-002'], value='code-davinci-002')
|
145 |
with gr.Row():
|
146 |
inp_n_blocks = gr.Slider(label='Number of Blocks', minimum=0, maximum=4, value=3, step=1)
|
147 |
inp_n_bowls = gr.Slider(label='Number of Bowls', minimum=0, maximum=4, value=3, step=1)
|