FrancescaScipioni commited on
Commit
4b2b8a0
·
verified ·
1 Parent(s): d6820d5

fixed typo

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -9,9 +9,6 @@ from io import BytesIO
9
 
10
  from Gradio_UI import GradioUI
11
 
12
- # Load the text generation pipeline for LLM
13
- llm = pipeline("text-generation", model="Qwen/Qwen2.5-Coder-32B-Instruct")
14
-
15
  @tool
16
  def company_logos(company_name: str) -> Image.Image:
17
  """A tool that retrieves the logo of a given company using the Clearbit Logo API.
 
9
 
10
  from Gradio_UI import GradioUI
11
 
 
 
 
12
  @tool
13
  def company_logos(company_name: str) -> Image.Image:
14
  """A tool that retrieves the logo of a given company using the Clearbit Logo API.