Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ gr.close_all()
|
|
41 |
|
42 |
demo = gr.Interface(fn=invoke,
|
43 |
inputs=[gr.Radio([1, 2, 3], label="Level", value=int(os.environ["INPUT_LEVEL"])),
|
44 |
-
gr.
|
45 |
gr.Textbox(label="File Name"),
|
46 |
gr.Textbox(label="Ground Truth", value=os.environ["INPUT_GROUND_TRUTH"]),
|
47 |
gr.Textbox(label="OpenAI API Key *", type="password"),
|
|
|
41 |
|
42 |
demo = gr.Interface(fn=invoke,
|
43 |
inputs=[gr.Radio([1, 2, 3], label="Level", value=int(os.environ["INPUT_LEVEL"])),
|
44 |
+
gr.Textbox(label="Question *", value=os.environ["INPUT_QUESTION"]),
|
45 |
gr.Textbox(label="File Name"),
|
46 |
gr.Textbox(label="Ground Truth", value=os.environ["INPUT_GROUND_TRUTH"]),
|
47 |
gr.Textbox(label="OpenAI API Key *", type="password"),
|