Spaces:
Sleeping
Sleeping
mangostin2010
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
from gradio_client import Client
|
3 |
|
4 |
# Initialize the client by pointing to the Gradio Space
|
5 |
-
client = Client("yuntian-deng/
|
6 |
|
7 |
|
8 |
def chat_with_model(message, history):
|
|
|
2 |
from gradio_client import Client
|
3 |
|
4 |
# Initialize the client by pointing to the Gradio Space
|
5 |
+
client = Client("yuntian-deng/ChatGPT4")
|
6 |
|
7 |
|
8 |
def chat_with_model(message, history):
|