Skip to content

Commit

Permalink
fix: remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
anuragts committed Dec 24, 2024
1 parent b00921b commit 928ecf1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion phi/tools/fal_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ def image_to_image(self, agent: Agent, prompt: str) -> str:
with_logs=True,
on_queue_update=self.on_queue_update,
)
print("result - ", result)
url = result.get("images", [{}])[0].get("url", "")
media_id = str(uuid4())
agent.add_image(
Expand Down

0 comments on commit 928ecf1

Please sign in to comment.