jeff86 commited on
Commit
27624e9
1 Parent(s): 6589afc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ def error_alert(message):
8
  with gr.Blocks() as demo:
9
  gr.Markdown("""
10
  # ChatGPT
11
- Interact with GPT-4, GPT-3.5, or Bing to explore a world of intelligent answers and informative discoveries. You can also visit my [website](https://aryahcr.cc/) where you can generate multiple images and more.
12
  """)
13
  chatbot = gr.Chatbot()
14
  radio = gr.Radio(["ChatGPT", "ChatGPT v2", "Bing"], value="ChatGPT", label="Select the AI model you want to chat with", info="AI")
 
8
  with gr.Blocks() as demo:
9
  gr.Markdown("""
10
  # ChatGPT
11
+ GPT-4GPT-3.5Bing互动,探索充满智能答案和信息发现的世界。
12
  """)
13
  chatbot = gr.Chatbot()
14
  radio = gr.Radio(["ChatGPT", "ChatGPT v2", "Bing"], value="ChatGPT", label="Select the AI model you want to chat with", info="AI")