seawolf2357 commited on
Commit
b8bab42
โ€ข
1 Parent(s): 1cd16bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
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()