Spaces:
Running
Running
Commit
·
d040a6e
1
Parent(s):
f44bf4c
add requiretment
Browse files
app.py
CHANGED
@@ -13,11 +13,11 @@ def greet(name1, name2, name3, name4, name5):
|
|
13 |
|
14 |
# Define 5 text input boxes with labels
|
15 |
input_boxes = [
|
16 |
-
gr.inputs.Textbox(label="
|
17 |
-
gr.inputs.Textbox(label="
|
18 |
-
gr.inputs.Textbox(label="
|
19 |
-
gr.inputs.Textbox(label="
|
20 |
-
gr.inputs.Textbox(label="
|
21 |
]
|
22 |
|
23 |
iface = gr.Interface(fn=greet, inputs=input_boxes, outputs="text")
|
|
|
13 |
|
14 |
# Define 5 text input boxes with labels
|
15 |
input_boxes = [
|
16 |
+
gr.inputs.Textbox(label="openai api key"),
|
17 |
+
gr.inputs.Textbox(label="bioportal api key"),
|
18 |
+
gr.inputs.Textbox(label="NCBI api key"),
|
19 |
+
gr.inputs.Textbox(label="HuggingFace Hub api key"),
|
20 |
+
gr.inputs.Textbox(label="Input data"),
|
21 |
]
|
22 |
|
23 |
iface = gr.Interface(fn=greet, inputs=input_boxes, outputs="text")
|