AI-RESEARCHER-2024 commited on
Commit
2cfc7a9
·
verified ·
1 Parent(s): bc088ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -172,9 +172,9 @@ with gr.Blocks() as demo:
172
  gr.HTML("<h1 style='text-align: center;'>Quanvolutional Neural Networks for Deepfake Detection</h1>")
173
  gr.HTML("<h2 style='text-align: center;'>Steven Fernandes, Ph.D.</h2>")
174
 
175
- with gr.Row(elem_classes="content-container"):
176
  with gr.Column():
177
- video_input = gr.Video(label="Upload Video", type="filepath")
178
  examples_original = gr.Examples(
179
  label="Original Videos",
180
  inputs=video_input,
 
172
  gr.HTML("<h1 style='text-align: center;'>Quanvolutional Neural Networks for Deepfake Detection</h1>")
173
  gr.HTML("<h2 style='text-align: center;'>Steven Fernandes, Ph.D.</h2>")
174
 
175
+ with gr.Row():
176
  with gr.Column():
177
+ video_input = gr.Video(label="Upload Video")
178
  examples_original = gr.Examples(
179
  label="Original Videos",
180
  inputs=video_input,