Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -41,4 +41,8 @@ iface = gr.Interface(
|
|
41 |
inputs=gr.File(label="Upload your MP4 file"),
|
42 |
outputs="text",
|
43 |
title="MP4 File Upload to Hugging Face Spaces",
|
44 |
-
description="Upload an MP4 file and
|
|
|
|
|
|
|
|
|
|
41 |
inputs=gr.File(label="Upload your MP4 file"),
|
42 |
outputs="text",
|
43 |
title="MP4 File Upload to Hugging Face Spaces",
|
44 |
+
description="Upload an MP4 file and get its URL in Hugging Face Spaces. Please ensure the file is an MP4 format."
|
45 |
+
)
|
46 |
+
|
47 |
+
# 인터페이스 실행
|
48 |
+
iface.launch()
|