mohamedrady commited on
Commit
6969f60
·
verified ·
1 Parent(s): f0187f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=gr.outputs.JSON(),
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
  )