Alashazam commited on
Commit
7706280
·
1 Parent(s): e44cf95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,6 +40,6 @@ sandbox = gradio.Interface(fn=process1,
40
  title='Text to Image',
41
  examples=[["Portrait close up, Elvis Presley, concert hall in the background"],
42
  ["Marvel Blackwidow portrait close up. building city background"],
43
- ["A white rabbit wizard, Hogwart University, Castle in the background"])
44
 
45
  sandbox.queue(concurrency_count=20).launch()
 
40
  title='Text to Image',
41
  examples=[["Portrait close up, Elvis Presley, concert hall in the background"],
42
  ["Marvel Blackwidow portrait close up. building city background"],
43
+ ["A white rabbit wizard, Hogwart University, Castle in the background"]])
44
 
45
  sandbox.queue(concurrency_count=20).launch()