Spaces:
Sleeping
Sleeping
Commit
·
c3f1c6c
1
Parent(s):
7cac8a2
Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ iface = gr.Interface(
|
|
75 |
fn=trigger_model_check,
|
76 |
inputs=gr.inputs.Textbox(placeholder="Enter your OpenAI API key", type="text"),
|
77 |
outputs=gr.outputs.Textbox(),
|
78 |
-
live=
|
79 |
title="OKC",
|
80 |
description="Enter your OpenAI API key and click 'Check Models' to see the available models and key status.",
|
81 |
allow_flagging=False, # Disable flagging to prevent unnecessary reporting
|
|
|
75 |
fn=trigger_model_check,
|
76 |
inputs=gr.inputs.Textbox(placeholder="Enter your OpenAI API key", type="text"),
|
77 |
outputs=gr.outputs.Textbox(),
|
78 |
+
live=False,
|
79 |
title="OKC",
|
80 |
description="Enter your OpenAI API key and click 'Check Models' to see the available models and key status.",
|
81 |
allow_flagging=False, # Disable flagging to prevent unnecessary reporting
|