PengWeixuanSZU commited on
Commit
6a2516d
·
verified ·
1 Parent(s): ec765c7

Operational

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -219,7 +219,7 @@ def inference_and_return_video(dilation_iterations, num_inference_steps, video_s
219
  clip.write_videofile(video_file, codec='libx264', audio=False, verbose=False, logger=None)
220
  return video_file
221
 
222
- @spaces.GPU(duration=200)
223
  def track_video(n_frames,video_state):
224
  input_points = video_state["input_points"]
225
  input_labels = video_state["input_labels"]
@@ -293,7 +293,7 @@ text = """
293
  <div style="display: flex; justify-content: center; align-items: center; gap: 10px; flex-wrap: nowrap;">
294
  <a href="https://huggingface.co/zibojia/minimax-remover"><img alt="Huggingface Model" src="https://img.shields.io/badge/%F0%9F%A4%97%20Huggingface-Model-brightgreen"></a>
295
  <a href="https://github.com/zibojia/MiniMax-Remover"><img alt="Github" src="https://img.shields.io/badge/MiniMaxRemover-github-black"></a>
296
- <a href="https://huggingface.co/spaces/zibojia/MiniMaxRemover"><img alt="Huggingface Space" src="https://img.shields.io/badge/%F0%9F%A4%97%20Huggingface-Space-1e90ff"></a>
297
  <a href="https://arxiv.org/abs/2505.24873"><img alt="arXiv" src="https://img.shields.io/badge/MiniMaxRemover-arXiv-b31b1b"></a>
298
  <a href="https://www.youtube.com/watch?v=KaU5yNl6CTc"><img alt="YouTube" src="https://img.shields.io/badge/Youtube-video-ff0000"></a>
299
  <a href="https://minimax-remover.github.io"><img alt="Demo Page" src="https://img.shields.io/badge/Website-Demo%20Page-yellow"></a>
 
219
  clip.write_videofile(video_file, codec='libx264', audio=False, verbose=False, logger=None)
220
  return video_file
221
 
222
+ @spaces.GPU(duration=100)
223
  def track_video(n_frames,video_state):
224
  input_points = video_state["input_points"]
225
  input_labels = video_state["input_labels"]
 
293
  <div style="display: flex; justify-content: center; align-items: center; gap: 10px; flex-wrap: nowrap;">
294
  <a href="https://huggingface.co/zibojia/minimax-remover"><img alt="Huggingface Model" src="https://img.shields.io/badge/%F0%9F%A4%97%20Huggingface-Model-brightgreen"></a>
295
  <a href="https://github.com/zibojia/MiniMax-Remover"><img alt="Github" src="https://img.shields.io/badge/MiniMaxRemover-github-black"></a>
296
+ <a href="https://huggingface.co/spaces/PengWeixuanSZU/MiniMax-Remover"><img alt="Huggingface Space" src="https://img.shields.io/badge/%F0%9F%A4%97%20Huggingface-Space-1e90ff"></a>
297
  <a href="https://arxiv.org/abs/2505.24873"><img alt="arXiv" src="https://img.shields.io/badge/MiniMaxRemover-arXiv-b31b1b"></a>
298
  <a href="https://www.youtube.com/watch?v=KaU5yNl6CTc"><img alt="YouTube" src="https://img.shields.io/badge/Youtube-video-ff0000"></a>
299
  <a href="https://minimax-remover.github.io"><img alt="Demo Page" src="https://img.shields.io/badge/Website-Demo%20Page-yellow"></a>