liyaoshi commited on
Commit
243d3e9
·
verified ·
1 Parent(s): 215d371

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -29,11 +29,13 @@ def list_private_models(profile: gr.OAuthProfile | None, oauth_token: gr.OAuthTo
29
 
30
  with gr.Blocks() as demo:
31
  gr.Markdown(
32
- "This is GPT-4o, loin to use it!"
 
33
  )
34
- gr.ChatInterface(message)
35
-
36
  gr.LoginButton()
 
 
 
37
  # ^ add a login button to the Space
38
  # m1 = gr.Markdown()
39
  # m2 = gr.Markdown()
 
29
 
30
  with gr.Blocks() as demo:
31
  gr.Markdown(
32
+ "# ChatGPT-4o"
33
+ "\n\nThis is GPT-4o, you can use the text and image capabilities now. More capabilities like audio and video will be rolled out iteratively in the future. Stay tuned."
34
  )
 
 
35
  gr.LoginButton()
36
+
37
+ gr.ChatInterface(message,multimodal=True)
38
+
39
  # ^ add a login button to the Space
40
  # m1 = gr.Markdown()
41
  # m2 = gr.Markdown()