Spaces:
Runtime error
Runtime error
Commit
·
3b1becd
1
Parent(s):
6c3ed45
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,6 @@ import gradio as grad, random, re
|
|
3 |
import os
|
4 |
import sys
|
5 |
|
6 |
-
|
7 |
gpt2_pipe = pipeline('text-generation', model='Gustavosta/MagicPrompt-Stable-Diffusion', tokenizer='gpt2')
|
8 |
|
9 |
|
|
|
3 |
import os
|
4 |
import sys
|
5 |
|
|
|
6 |
gpt2_pipe = pipeline('text-generation', model='Gustavosta/MagicPrompt-Stable-Diffusion', tokenizer='gpt2')
|
7 |
|
8 |
|