Spaces:
Runtime error
Runtime error
Cartinoe5930
commited on
Commit
•
1d16515
1
Parent(s):
25096bb
Update app.py
Browse files
app.py
CHANGED
@@ -70,8 +70,7 @@ def warmup(model_list=warmup_test, model_inference_endpoints=inference_endpoint)
|
|
70 |
inputbox: gr.update(visible=True),
|
71 |
submit: gr.update(visible=True),
|
72 |
warmup_button: gr.update(visible=False),
|
73 |
-
welcome_message: gr.update(visible=True)
|
74 |
-
dummy: output
|
75 |
}
|
76 |
|
77 |
def inference(model_list, question, API_KEY, cot):
|
|
|
70 |
inputbox: gr.update(visible=True),
|
71 |
submit: gr.update(visible=True),
|
72 |
warmup_button: gr.update(visible=False),
|
73 |
+
welcome_message: gr.update(visible=True)
|
|
|
74 |
}
|
75 |
|
76 |
def inference(model_list, question, API_KEY, cot):
|