fantaxy commited on
Commit
ffa0fc4
โ€ข
1 Parent(s): c13f2db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -194,8 +194,5 @@ with gr.Blocks(css=css) as demo:
194
  )
195
 
196
  # ํฌํŠธ 7890 ์„ค์ •, ๋Œ€๊ธฐ์—ด ํ™œ์„ฑํ™”, API ํ™œ์„ฑํ™”
197
- demo.launch(
198
- server_port=7890, # ์‚ฌ์šฉ์ž ์ง€์ • ์„œ๋ฒ„ ํฌํŠธ ์„ค์ •
199
- enable_api=True # 'api_mode' ์‚ฌ์šฉํ•˜์ง€ ์•Š๊ณ  API ํ™œ์„ฑํ™”
200
- )
201
 
 
194
  )
195
 
196
  # ํฌํŠธ 7890 ์„ค์ •, ๋Œ€๊ธฐ์—ด ํ™œ์„ฑํ™”, API ํ™œ์„ฑํ™”
197
+ demo.launch(server_port=7890)
 
 
 
198