Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
import streamlit as st
|
2 |
-
from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
|
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"
|
11 |
|
|
|
1 |
import streamlit as st
|
2 |
+
from transformers import AutoModelForCausalLM, AutoTokenizer, TrainingArguments, Trainer, pipeline
|
|
|
3 |
#from llama_cpp import Llama
|
4 |
from datasets import load_dataset
|
5 |
import os
|
6 |
import requests
|
7 |
|
8 |
+
|
9 |
# Replace with the direct image URL
|
10 |
flower_image_url = "https://i.postimg.cc/hG2FG85D/2.png"
|
11 |
|