Spaces:
Runtime error
Runtime error
Commit
·
375ae93
1
Parent(s):
7c373db
Update app.py
Browse files
app.py
CHANGED
@@ -4,8 +4,8 @@ from transformers import AutoTokenizer, GPTNeoForCausalLM
|
|
4 |
from PIL import Image
|
5 |
import io
|
6 |
|
7 |
-
tokenizer = AutoTokenizer.from_pretrained("
|
8 |
-
model = GPTNeoForCausalLM.from_pretrained("
|
9 |
|
10 |
st.title("Scribble Drawing Generator")
|
11 |
|
|
|
4 |
from PIL import Image
|
5 |
import io
|
6 |
|
7 |
+
tokenizer = AutoTokenizer.from_pretrained("runwayml/stable-diffusion-v1-5")
|
8 |
+
model = GPTNeoForCausalLM.from_pretrained("runwayml/stable-diffusion-v1-5")
|
9 |
|
10 |
st.title("Scribble Drawing Generator")
|
11 |
|