Spaces:
Sleeping
Sleeping
Upload 6 files
Browse files
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", "
|
| 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(
|