yeelou commited on
Commit
b281bf6
·
verified ·
1 Parent(s): 8cd1d76

Upload 6 files

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,7 +143,7 @@ with gr.Blocks(title="アラート生成POC", theme="bethecloud/storj_theme") as
143
  with gr.Row():
144
  with gr.Column():
145
  choice = gr.Radio(
146
- choices=["4o-mini", "gpt-4o"], value="4o-mini", label="GPTモデル"
147
  )
148
  input = gr.Textbox(label="ニュース", lines=7)
149
  risk_dict = gr.Textbox(
 
143
  with gr.Row():
144
  with gr.Column():
145
  choice = gr.Radio(
146
+ choices=["4o-mini", "4o"], value="4o-mini", label="GPTモデル"
147
  )
148
  input = gr.Textbox(label="ニュース", lines=7)
149
  risk_dict = gr.Textbox(