Dy commited on
Commit
fed2792
1 Parent(s): 14e7a13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ iface = gr.Interface(
74
  gr.Textbox(lines=1, placeholder="Enter YouTube URL here..."),
75
  gr.Textbox(lines=1, placeholder="Enter your question here...")
76
  ],
77
- outputs=gr.outputs.Textbox(),
78
  title="YouTube Video Question Answering",
79
  description="Enter a YouTube URL and a question related to the video content. The app will return the answer if answer exists in the video."
80
  )
 
74
  gr.Textbox(lines=1, placeholder="Enter YouTube URL here..."),
75
  gr.Textbox(lines=1, placeholder="Enter your question here...")
76
  ],
77
+ outputs=gr.Textbox(),
78
  title="YouTube Video Question Answering",
79
  description="Enter a YouTube URL and a question related to the video content. The app will return the answer if answer exists in the video."
80
  )