Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -188,7 +188,7 @@ async def generate_video_api(source_image: UploadFile = File(...), driven_audio:
|
|
188 |
|
189 |
@app.get("/")
|
190 |
async def root(request):
|
191 |
-
return
|
192 |
|
193 |
# HTML Template (`templates/index.html`)
|
194 |
html = """
|
|
|
188 |
|
189 |
@app.get("/")
|
190 |
async def root(request):
|
191 |
+
return html
|
192 |
|
193 |
# HTML Template (`templates/index.html`)
|
194 |
html = """
|