Spaces:
Paused
Paused
Commit ·
bb6266b
1
Parent(s): dab8ebf
Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
</head>
|
| 6 |
<body>
|
| 7 |
<h1>Dubbing Video</h1>
|
| 8 |
-
<form action="{{ url_for('
|
| 9 |
<label for="video_file">Upload Video:</label>
|
| 10 |
<input type="file" name="video_file" id="video_file">
|
| 11 |
<br><br>
|
|
|
|
| 5 |
</head>
|
| 6 |
<body>
|
| 7 |
<h1>Dubbing Video</h1>
|
| 8 |
+
<form action="{{ url_for('generate_dubbed_video') }}" method="post" enctype="multipart/form-data">
|
| 9 |
<label for="video_file">Upload Video:</label>
|
| 10 |
<input type="file" name="video_file" id="video_file">
|
| 11 |
<br><br>
|