fixed typo
Browse files
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.
|