Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -126,9 +126,8 @@ iface = gr.Interface(
|
|
126 |
],
|
127 |
outputs=gr.Video(label="Jumpscare Compilation"),
|
128 |
title="🤖 AI FNAF Jumpscare Dump Generator",
|
129 |
-
description="Upload a video, and the AI will find all jumpscares and compile them. All files are in the root directory."
|
130 |
-
allow_flagging="never"
|
131 |
)
|
132 |
|
133 |
if __name__ == "__main__":
|
134 |
-
iface.launch(
|
|
|
126 |
],
|
127 |
outputs=gr.Video(label="Jumpscare Compilation"),
|
128 |
title="🤖 AI FNAF Jumpscare Dump Generator",
|
129 |
+
description="Upload a video, and the AI will find all jumpscares and compile them. All files are in the root directory."
|
|
|
130 |
)
|
131 |
|
132 |
if __name__ == "__main__":
|
133 |
+
iface.launch()
|