world432 commited on
Commit
a3b0348
1 Parent(s): c59ba2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -7
app.py CHANGED
@@ -11,13 +11,6 @@ from queue import Queue
11
  from threading import Thread
12
  import emoji
13
 
14
-
15
- text_gen=gr.Interface.load("models/xiaolxl/Gf_style2")
16
- def get_prompts(prompt_text):
17
- if prompt_text:
18
- return text_gen("photo, " + prompt_text)
19
- else:
20
- return text_gen("")
21
  proc1=gr.Interface.load("models/xiaolxl/Gf_style2")
22
 
23
  def restart_script_periodically():
 
11
  from threading import Thread
12
  import emoji
13
 
 
 
 
 
 
 
 
14
  proc1=gr.Interface.load("models/xiaolxl/Gf_style2")
15
 
16
  def restart_script_periodically():