Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ def invoke(openai_api_key, num_moves = 25):
|
|
16 |
|
17 |
gr.close_all()
|
18 |
|
19 |
-
value = os.environ["OUTPUT_1"]
|
20 |
|
21 |
demo = gr.Interface(fn = invoke,
|
22 |
inputs = [gr.Textbox(label = "OpenAI API Key", type = "password", lines = 1),
|
|
|
16 |
|
17 |
gr.close_all()
|
18 |
|
19 |
+
value = os.environ["OUTPUT_1"] #+ os.environ["OUTPUT_2"]
|
20 |
|
21 |
demo = gr.Interface(fn = invoke,
|
22 |
inputs = [gr.Textbox(label = "OpenAI API Key", type = "password", lines = 1),
|