Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
"
|
|
|
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()
|