Spaces:
Build error
Build error
Commit
·
dbeab5b
1
Parent(s):
a604ace
Minor
Browse files
app.py
CHANGED
|
@@ -211,7 +211,6 @@ with gr.Blocks(css=CSS, theme=theme) as demo:
|
|
| 211 |
)
|
| 212 |
|
| 213 |
def clear_videos():
|
| 214 |
-
shutil.rmtree('./generation')
|
| 215 |
return [None for x in range(4)] + [DEFAULT_TEXT]
|
| 216 |
|
| 217 |
clear.click(fn=clear_videos, outputs=videos + [text])
|
|
|
|
| 211 |
)
|
| 212 |
|
| 213 |
def clear_videos():
|
|
|
|
| 214 |
return [None for x in range(4)] + [DEFAULT_TEXT]
|
| 215 |
|
| 216 |
clear.click(fn=clear_videos, outputs=videos + [text])
|