Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,8 @@ from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
|
|
3 |
#from transformers import AutoTokenizer
|
4 |
#from llama_cpp import Llama
|
5 |
from datasets import load_dataset
|
|
|
|
|
6 |
|
7 |
# Replace with the direct image URL
|
8 |
flower_image_url = "https://i.postimg.cc/hG2FG85D/2.png"
|
|
|
3 |
#from transformers import AutoTokenizer
|
4 |
#from llama_cpp import Llama
|
5 |
from datasets import load_dataset
|
6 |
+
import os
|
7 |
+
import requests
|
8 |
|
9 |
# Replace with the direct image URL
|
10 |
flower_image_url = "https://i.postimg.cc/hG2FG85D/2.png"
|