Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ def analyze_and_complete(file_paths):
|
|
69 |
interface = gr.Interface(
|
70 |
fn=analyze_and_complete,
|
71 |
inputs=gr.File(file_count="multiple", type="filepath"),
|
72 |
-
outputs=
|
73 |
title="Movie Script Analyzer and Completer",
|
74 |
description="Upload text, PDF, or DOCX files to analyze and complete the movie script."
|
75 |
)
|
|
|
69 |
interface = gr.Interface(
|
70 |
fn=analyze_and_complete,
|
71 |
inputs=gr.File(file_count="multiple", type="filepath"),
|
72 |
+
outputs=["text", "text", "text", "text"],
|
73 |
title="Movie Script Analyzer and Completer",
|
74 |
description="Upload text, PDF, or DOCX files to analyze and complete the movie script."
|
75 |
)
|