arxivgpt kim commited on
Commit
f273c5c
โ€ข
1 Parent(s): c18b883

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -155,7 +155,5 @@ with gr.Blocks() as demo:
155
  outputs=audio_o
156
  )
157
 
158
- # examples ํŒŒ๋ผ๋ฏธํ„ฐ์— ์ด๋ฏธ์ง€ ์˜ˆ์ œ ๊ฒฝ๋กœ ์ถ”๊ฐ€
159
- demo.add_examples(examples=image_examples)
160
-
161
- demo.launch()
 
155
  outputs=audio_o
156
  )
157
 
158
+ # launch ๋ฉ”์†Œ๋“œ ํ˜ธ์ถœ ์‹œ examples ํŒŒ๋ผ๋ฏธํ„ฐ๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ ์ด๋ฏธ์ง€ ์˜ˆ์ œ ์ถ”๊ฐ€
159
+ demo.launch(examples=image_examples, debug=True)