Yntec commited on
Commit
1130e52
1 Parent(s): 3a40375

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -7
app.py CHANGED
@@ -1,13 +1,7 @@
1
  import gradio as gr
2
- import os
3
  import sys
4
  from pathlib import Path
5
- import random
6
- import string
7
- import time
8
- from queue import Queue
9
- from threading import Thread
10
- import emoji
11
 
12
  text_gen=gr.Interface.load("spaces/phenomenon1981/MagicPrompt-Stable-Diffusion")
13
  def get_prompts(prompt_text):
 
1
  import gradio as gr
2
+ import os
3
  import sys
4
  from pathlib import Path
 
 
 
 
 
 
5
 
6
  text_gen=gr.Interface.load("spaces/phenomenon1981/MagicPrompt-Stable-Diffusion")
7
  def get_prompts(prompt_text):