Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -802,7 +802,6 @@ with gr.Blocks(css=custom_css, title="AI Image Detector") as demo:
|
|
| 802 |
label="🔊 Voice Summary",
|
| 803 |
type="filepath",
|
| 804 |
autoplay=True,
|
| 805 |
-
show_download_button=False,
|
| 806 |
elem_id="tts-audio",
|
| 807 |
visible=True,
|
| 808 |
)
|
|
|
|
| 802 |
label="🔊 Voice Summary",
|
| 803 |
type="filepath",
|
| 804 |
autoplay=True,
|
|
|
|
| 805 |
elem_id="tts-audio",
|
| 806 |
visible=True,
|
| 807 |
)
|