Adapter commited on
Commit
d946e9f
1 Parent(s): dcf32e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -404,6 +404,7 @@ with gr.Blocks(css='style.css') as demo:
404
  "Nothing",
405
  "cyber_style.jpg",
406
  "white.png",
 
407
  "sword.png",
408
  "white.png",
409
  "white.png",
@@ -440,6 +441,7 @@ with gr.Blocks(css='style.css') as demo:
440
  "Nothing",
441
  "scream_style.jpeg",
442
  "white.png",
 
443
  "motorcycle.jpg",
444
  "white.png",
445
  "white.png",
@@ -472,4 +474,4 @@ with gr.Blocks(css='style.css') as demo:
472
  outputs=[output, cond],
473
  cache_examples=True)
474
 
475
- demo.queue().launch(debug=True, server_name='0.0.0.0')
 
404
  "Nothing",
405
  "cyber_style.jpg",
406
  "white.png",
407
+ "white.png",
408
  "sword.png",
409
  "white.png",
410
  "white.png",
 
441
  "Nothing",
442
  "scream_style.jpeg",
443
  "white.png",
444
+ "white.png",
445
  "motorcycle.jpg",
446
  "white.png",
447
  "white.png",
 
474
  outputs=[output, cond],
475
  cache_examples=True)
476
 
477
+ demo.queue().launch(debug=True, server_name='0.0.0.0')