BairL commited on
Commit
f0993b8
·
verified ·
1 Parent(s): 8aabd17

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ def get_simple_joke() -> str:
93
 
94
  except Exception as e:
95
  return f"Error: {str(e)}"
96
- @tool
97
  # Import tool from Hub
98
  image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)
99
 
 
93
 
94
  except Exception as e:
95
  return f"Error: {str(e)}"
96
+
97
  # Import tool from Hub
98
  image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)
99