piyushdev commited on
Commit
3675e06
·
verified ·
1 Parent(s): 811c1ee

Update small syntax error

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ custom_role_conversions=None,
47
 
48
 
49
  # Import tool from Hub
50
- image_generation_tool = Tool.from_space(
51
  "black-forest-labs/FLUX.1-schnell",
52
  name="image_generator",
53
  description="Generate an image from a prompt"
 
47
 
48
 
49
  # Import tool from Hub
50
+ image_generation_tool = tool.from_space(
51
  "black-forest-labs/FLUX.1-schnell",
52
  name="image_generator",
53
  description="Generate an image from a prompt"