Spaces:
Configuration error
Configuration error
Update app.py
Browse files
app.py
CHANGED
|
@@ -43,7 +43,7 @@ demo = gr.Interface(fn=invoke,
|
|
| 43 |
gr.Markdown(label="Question"),
|
| 44 |
gr.Textbox(label="File Name"),
|
| 45 |
gr.Textbox(label="Ground Truth"),
|
| 46 |
-
gr.Textbox(label="OpenAI API Key", type="password")
|
| 47 |
gr.Textbox(label="Google API Key", type="password")],
|
| 48 |
outputs=[gr.Textbox(label="Answer", lines=1, interactive=False)],
|
| 49 |
title="General AI Assistant (GAIA) 🤖🤝🤖",
|
|
|
|
| 43 |
gr.Markdown(label="Question"),
|
| 44 |
gr.Textbox(label="File Name"),
|
| 45 |
gr.Textbox(label="Ground Truth"),
|
| 46 |
+
gr.Textbox(label="OpenAI API Key", type="password"),
|
| 47 |
gr.Textbox(label="Google API Key", type="password")],
|
| 48 |
outputs=[gr.Textbox(label="Answer", lines=1, interactive=False)],
|
| 49 |
title="General AI Assistant (GAIA) 🤖🤝🤖",
|