szili2011 commited on
Commit
f1cc272
·
verified ·
1 Parent(s): f815ad7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
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(share=True)
 
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()