Ashrafb commited on
Commit
1e87ec4
1 Parent(s): 63e20c3

Rename main (3).py to main.py

Browse files
Files changed (1) hide show
  1. main (3).py → main.py +1 -1
main (3).py → main.py RENAMED
@@ -13,7 +13,7 @@ from threading import Thread
13
  app = FastAPI()
14
 
15
  text_gen = gr.Interface.load("models/Gustavosta/MagicPrompt-Stable-Diffusion")
16
- proc1 = gr.Interface.load("models/dreamlike-art/dreamlike-photoreal-2.0")
17
 
18
  queue = Queue()
19
  queue_threshold = 100
 
13
  app = FastAPI()
14
 
15
  text_gen = gr.Interface.load("models/Gustavosta/MagicPrompt-Stable-Diffusion")
16
+ proc1 = gr.Interface.load("models/playgroundai/playground-v2-1024px-aesthetic")
17
 
18
  queue = Queue()
19
  queue_threshold = 100