Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
import os
|
2 |
import gradio as gr
|
3 |
import json
|
4 |
-
from tencentcloud.common import
|
|
|
5 |
from tencentcloud.common.profile.http_profile import HttpProfile
|
6 |
from tencentcloud.common.exception.tencent_cloud_sdk_exception import TencentCloudSDKException
|
7 |
from tencentcloud.hunyuan.v20230901 import hunyuan_client, models
|
|
|
1 |
import os
|
2 |
import gradio as gr
|
3 |
import json
|
4 |
+
from tencentcloud.common import credential
|
5 |
+
from tencentcloud.common.profile.client_profile import ClientProfile
|
6 |
from tencentcloud.common.profile.http_profile import HttpProfile
|
7 |
from tencentcloud.common.exception.tencent_cloud_sdk_exception import TencentCloudSDKException
|
8 |
from tencentcloud.hunyuan.v20230901 import hunyuan_client, models
|