From 4c682a4f00195b6571765be82c87338500781d17 Mon Sep 17 00:00:00 2001 From: VincentXiuyuanZhao Date: Mon, 27 May 2024 18:56:38 +0800 Subject: [PATCH] add new file for multiple inputs --- testGradio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testGradio.py b/testGradio.py index ad18e4b..765e0ff 100644 --- a/testGradio.py +++ b/testGradio.py @@ -5,7 +5,7 @@ from http import HTTPStatus import dashscope from dashscope import Generation -dashscope.api_key = 'sk-83b8ed0ead0849ae9e63a2ae5bdbde0d' # Rayman's API key +dashscope.api_key = 'sk-73e9b0452a7e40048495d8ac8ab1afe4' # Vincent's API key with gr.Blocks() as demo: history = [["Hello","Hello, how can I help you?"]]