bstraehle commited on
Commit
f8a432a
·
verified ·
1 Parent(s): f2f65d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"] + os.environ["OUTPUT_2"]
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),