LPX55 commited on
Commit
fc9b818
Β·
verified Β·
1 Parent(s): f8c6098

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -86,7 +86,6 @@ with gr.Blocks() as demo:
86
  upload_button.upload(upload_file, upload_button, file_output)
87
  gen_button.click(fn=generate_story, file_output, outputs)
88
 
89
- )
90
 
91
  if __name__ == "__main__":
92
  demo.launch()
 
86
  upload_button.upload(upload_file, upload_button, file_output)
87
  gen_button.click(fn=generate_story, file_output, outputs)
88
 
 
89
 
90
  if __name__ == "__main__":
91
  demo.launch()