Spaces:
Runtime error
Runtime error
RamAnanth1
commited on
Commit
•
d5338c9
1
Parent(s):
5fa8cb7
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
from transformers import pipeline
|
3 |
import os
|
4 |
|
5 |
-
pipe = pipeline('text-generation', model='
|
6 |
|
7 |
stable_diffusion = gr.Blocks.load(name="spaces/runwayml/stable-diffusion-v1-5")
|
8 |
clip_interrogator_2 = gr.Blocks.load(name="spaces/fffiloni/CLIP-Interrogator-2")
|
|
|
2 |
from transformers import pipeline
|
3 |
import os
|
4 |
|
5 |
+
pipe = pipeline('text-generation', model='RamAnanth1/distilgpt2-sd-prompts')
|
6 |
|
7 |
stable_diffusion = gr.Blocks.load(name="spaces/runwayml/stable-diffusion-v1-5")
|
8 |
clip_interrogator_2 = gr.Blocks.load(name="spaces/fffiloni/CLIP-Interrogator-2")
|