yoon-gu commited on
Commit
e78b69f
โ€ข
1 Parent(s): d1f468d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -74,7 +74,8 @@ with gr.Blocks() as demo:
74
  play = gr.Button(value="ํ€ด์ฆˆ ์‹œ์ž‘", label="ํ€ด์ฆˆ ์‹œ์ž‘")
75
  stop = gr.Button(value="ํ€ด์ฆˆ ์ข…๋ฃŒ", label="ํ€ด์ฆˆ ์ข…๋ฃŒ")
76
  chatbot = gr.Chatbot(bubble_full_width=False,
77
- avatar_images=("์˜ค๋ฐ•์‚ฌ.png", "๊ณ ๋ผํŒŒ๋•.png"))
 
78
  msg = gr.Textbox(placeholder="๋ฌธ์ œ์˜ ๋‹ต์„ ์ž…๋ ฅํ•˜์„ธ์š”.", label="๋‹ต")
79
 
80
  def respond(message, chat_history, user, quiz_count, gen, types, request: gr.Request):
 
74
  play = gr.Button(value="ํ€ด์ฆˆ ์‹œ์ž‘", label="ํ€ด์ฆˆ ์‹œ์ž‘")
75
  stop = gr.Button(value="ํ€ด์ฆˆ ์ข…๋ฃŒ", label="ํ€ด์ฆˆ ์ข…๋ฃŒ")
76
  chatbot = gr.Chatbot(bubble_full_width=False,
77
+ avatar_images=["https://huggingface.co/spaces/yoon-gu/pokemon/resolve/main/images/No_0001_์ด์ƒํ•ด์”จ.png",
78
+ "https://huggingface.co/spaces/yoon-gu/pokemon/resolve/main/images/No_0155_๋ธŒ์ผ€์ธ.png"])
79
  msg = gr.Textbox(placeholder="๋ฌธ์ œ์˜ ๋‹ต์„ ์ž…๋ ฅํ•˜์„ธ์š”.", label="๋‹ต")
80
 
81
  def respond(message, chat_history, user, quiz_count, gen, types, request: gr.Request):