ll7098ll commited on
Commit
8683182
ยท
verified ยท
1 Parent(s): b26f323

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -1,5 +1,3 @@
1
- pip install --upgrade gradio
2
-
3
  import os
4
  import google.generativeai as genai
5
  import gradio as gr
@@ -69,5 +67,4 @@ iface = gr.Interface(
69
  description="ํ•™์Šต์ฃผ์ œ ์ž…๋ ฅํ•˜๋ฉด ๊ฐœ๋…๊ธฐ๋ฐ˜ ํƒ๊ตฌํ•™์Šต์„ ์„ค๊ณ„ํ•ฉ๋‹ˆ๋‹ค."
70
  )
71
 
72
- # queue() ํ•จ์ˆ˜๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ ๋™์‹œ ์š”์ฒญ ์ฒ˜๋ฆฌ
73
- iface.queue(concurrency_count=1).launch()
 
 
 
1
  import os
2
  import google.generativeai as genai
3
  import gradio as gr
 
67
  description="ํ•™์Šต์ฃผ์ œ ์ž…๋ ฅํ•˜๋ฉด ๊ฐœ๋…๊ธฐ๋ฐ˜ ํƒ๊ตฌํ•™์Šต์„ ์„ค๊ณ„ํ•ฉ๋‹ˆ๋‹ค."
68
  )
69
 
70
+ iface.launch()