Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|