Spaces:
Running
Running
mangostin2010
commited on
Commit
•
5da4b0e
1
Parent(s):
f1ee08d
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):
|