Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -477,10 +477,6 @@ def share(title, editor, cover_art):
|
|
477 |
return [
|
478 |
" "
|
479 |
]
|
480 |
-
|
481 |
-
fn=share
|
482 |
-
inputs=[title, editor, cover_art],
|
483 |
-
outputs=[progress_bar]
|
484 |
|
485 |
with gr.Blocks(css=STYLES) as demo:
|
486 |
|
|
|
477 |
return [
|
478 |
" "
|
479 |
]
|
|
|
|
|
|
|
|
|
480 |
|
481 |
with gr.Blocks(css=STYLES) as demo:
|
482 |
|