Spaces:
Configuration error
Configuration error
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -718,8 +718,6 @@ with gr.Blocks(delete_cache=(600, 600)) as demo:
|
|
| 718 |
show_label=False,
|
| 719 |
height=60,
|
| 720 |
container=False,
|
| 721 |
-
show_download_button=False,
|
| 722 |
-
show_fullscreen_button=False,
|
| 723 |
)
|
| 724 |
btn = gr.Button(f"{case_name} ({len(example_paths)} views)", size="sm")
|
| 725 |
example_buttons.append((btn, example_paths))
|
|
|
|
| 718 |
show_label=False,
|
| 719 |
height=60,
|
| 720 |
container=False,
|
|
|
|
|
|
|
| 721 |
)
|
| 722 |
btn = gr.Button(f"{case_name} ({len(example_paths)} views)", size="sm")
|
| 723 |
example_buttons.append((btn, example_paths))
|