debug
Browse files
app.py
CHANGED
|
@@ -42,8 +42,8 @@ def get_media_info(file_path):
|
|
| 42 |
|
| 43 |
iface = gr.Interface(
|
| 44 |
fn=get_media_info,
|
| 45 |
-
inputs=
|
| 46 |
-
outputs=
|
| 47 |
title="Media Info Extractor",
|
| 48 |
description="Upload a media file (video or audio) to extract information using ffmpeg.",
|
| 49 |
)
|
|
|
|
| 42 |
|
| 43 |
iface = gr.Interface(
|
| 44 |
fn=get_media_info,
|
| 45 |
+
inputs="file",
|
| 46 |
+
outputs="json",
|
| 47 |
title="Media Info Extractor",
|
| 48 |
description="Upload a media file (video or audio) to extract information using ffmpeg.",
|
| 49 |
)
|