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