Update app.py
Browse files
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(
|
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,
|
|
|
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,
|