ibyteohdear commited on
Commit
5b531bf
·
verified ·
1 Parent(s): 677f3f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -66,7 +66,7 @@ video_output = None
66
  @tool
67
  def video_tool(video_image_input: Image.Image) -> str:
68
  """
69
- Generates a video from a starting image using Wan 2.1 via fal-ai.
70
  Args:
71
  video_image_input (Image.Image): The source image to be animated.
72
  Returns:
@@ -181,8 +181,7 @@ model = InferenceClientModel(
181
  model_id="meta-llama/Llama-3.3-70B-Instruct",
182
  token=token,
183
  max_tokens=2096,
184
- temperature=0.5,
185
- timeout=300
186
  )
187
 
188
  agent = CodeAgent(
 
66
  @tool
67
  def video_tool(video_image_input: Image.Image) -> str:
68
  """
69
+ Generates a video from a starting image using Wan 2.1.
70
  Args:
71
  video_image_input (Image.Image): The source image to be animated.
72
  Returns:
 
181
  model_id="meta-llama/Llama-3.3-70B-Instruct",
182
  token=token,
183
  max_tokens=2096,
184
+ temperature=0.6,
 
185
  )
186
 
187
  agent = CodeAgent(