Spaces:
Running
Running
arxivgpt kim
commited on
Commit
โข
f273c5c
1
Parent(s):
c18b883
Update app.py
Browse files
app.py
CHANGED
@@ -155,7 +155,5 @@ with gr.Blocks() as demo:
|
|
155 |
outputs=audio_o
|
156 |
)
|
157 |
|
158 |
-
# examples
|
159 |
-
demo.
|
160 |
-
|
161 |
-
demo.launch()
|
|
|
155 |
outputs=audio_o
|
156 |
)
|
157 |
|
158 |
+
# launch ๋ฉ์๋ ํธ์ถ ์ examples ํ๋ผ๋ฏธํฐ๋ฅผ ์ฌ์ฉํ์ฌ ์ด๋ฏธ์ง ์์ ์ถ๊ฐ
|
159 |
+
demo.launch(examples=image_examples, debug=True)
|
|
|
|