Spaces:
Running
Running
Commit
·
e380890
1
Parent(s):
50f0def
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ def warmup(list_model, model_inference_endpoints=inference_endpoint):
|
|
65 |
|
66 |
time.sleep(1)
|
67 |
return {
|
68 |
-
model_list: gr.update(visible=False)
|
69 |
options: gr.update(visible=True),
|
70 |
inputbox: gr.update(visible=True),
|
71 |
submit: gr.update(visible=True),
|
|
|
65 |
|
66 |
time.sleep(1)
|
67 |
return {
|
68 |
+
model_list: gr.update(visible=False),
|
69 |
options: gr.update(visible=True),
|
70 |
inputbox: gr.update(visible=True),
|
71 |
submit: gr.update(visible=True),
|