Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
|
@@ -399,8 +399,8 @@ with gr.Blocks() as leaderboard:
|
|
| 399 |
def makevisible(text):
|
| 400 |
print(text)
|
| 401 |
return (
|
| 402 |
-
None, # model1
|
| 403 |
-
None, # model2
|
| 404 |
gr.update(visible=True), # prevmodel1
|
| 405 |
gr.update(visible=True), # aud1
|
| 406 |
gr.update(visible=True), # prevmodel2
|
|
|
|
| 399 |
def makevisible(text):
|
| 400 |
print(text)
|
| 401 |
return (
|
| 402 |
+
'None', # model1
|
| 403 |
+
'None', # model2
|
| 404 |
gr.update(visible=True), # prevmodel1
|
| 405 |
gr.update(visible=True), # aud1
|
| 406 |
gr.update(visible=True), # prevmodel2
|