danial0203 commited on
Commit
8cd9426
·
verified ·
1 Parent(s): e0d013a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ def process_pdf(pdf_file, user_prompt):
78
  iface = gr.Interface(
79
  fn=process_pdf,
80
  inputs=[gr.File(type="filepath"), gr.Textbox(label="Enter your custom prompt")],
81
- outputs=gr.Textbox(label="Generated Video URL")
82
  )
83
 
84
  iface.queue().launch(share=False)
 
78
  iface = gr.Interface(
79
  fn=process_pdf,
80
  inputs=[gr.File(type="filepath"), gr.Textbox(label="Enter your custom prompt")],
81
+ outputs="json"
82
  )
83
 
84
  iface.queue().launch(share=False)