chansung commited on
Commit
470a7eb
·
1 Parent(s): 81f6d41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
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