Risalat commited on
Commit
a53f62e
·
verified ·
1 Parent(s): f1b2329

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def my_custom_tool(arg1:str, arg2:int)-> str: #it's import to specify the return
16
  arg1: the first argument
17
  arg2: the second argument
18
  """
19
- try:
20
  # Generate image using the loaded tool
21
  result = image_generation_tool(prompt=arg1)
22
 
 
16
  arg1: the first argument
17
  arg2: the second argument
18
  """
19
+ try:
20
  # Generate image using the loaded tool
21
  result = image_generation_tool(prompt=arg1)
22