Spaces:
Sleeping
Sleeping
🚀 我沒有預設問題、也沒有語音輸入,適合快問快答,一起練習問出好問題吧 \n
Browse files
app.py
CHANGED
@@ -2216,9 +2216,9 @@ with gr.Blocks(theme=gr.themes.Base(primary_hue=gr.themes.colors.orange, seconda
|
|
2216 |
streaming_chatbot_avatar_url = "https://storage.googleapis.com/wpassets.junyiacademy.org/1/2020/11/1-%E6%98%9F%E7%A9%BA%E9%A0%AD%E8%B2%BC-%E5%A4%AA%E7%A9%BA%E7%8B%90%E7%8B%B8%E8%B2%93-150x150.png"
|
2217 |
streaming_chatbot_description = """Hi,我是【飛特音速】, \n
|
2218 |
說話比較快,但有什麼問題都可以問我喔! \n
|
2219 |
-
🚀
|
2220 |
-
🔠
|
2221 |
-
💤
|
2222 |
"""
|
2223 |
chatbot_open_ai_streaming_name = gr.State("chatbot_open_ai_streaming")
|
2224 |
gr.Image(value=streaming_chatbot_avatar_url, height=100, width=100, show_label=False, show_download_button=False)
|
|
|
2216 |
streaming_chatbot_avatar_url = "https://storage.googleapis.com/wpassets.junyiacademy.org/1/2020/11/1-%E6%98%9F%E7%A9%BA%E9%A0%AD%E8%B2%BC-%E5%A4%AA%E7%A9%BA%E7%8B%90%E7%8B%B8%E8%B2%93-150x150.png"
|
2217 |
streaming_chatbot_description = """Hi,我是【飛特音速】, \n
|
2218 |
說話比較快,但有什麼問題都可以問我喔! \n
|
2219 |
+
🚀 我沒有預設問題、也沒有語音輸入,適合快問快答,一起練習問出好問題吧 \n
|
2220 |
+
🔠 擅長用文字表達的你,可以用鍵盤輸入你的問題,我會盡力回答你的問題喔\n
|
2221 |
+
💤 我還在成長,體力有限,每一次學習只能回答十個問題,請讓我休息一下再問問題喔~
|
2222 |
"""
|
2223 |
chatbot_open_ai_streaming_name = gr.State("chatbot_open_ai_streaming")
|
2224 |
gr.Image(value=streaming_chatbot_avatar_url, height=100, width=100, show_label=False, show_download_button=False)
|