Spaces:
Runtime error
Runtime error
yanqiang
commited on
Commit
•
c47c3ea
1
Parent(s):
bd111f7
update
Browse files
main.py
CHANGED
@@ -5,7 +5,7 @@ import gradio as gr
|
|
5 |
|
6 |
from clc.langchain_application import LangChainApplication
|
7 |
|
8 |
-
os.environ["CUDA_VISIBLE_DEVICES"] = '
|
9 |
|
10 |
|
11 |
# 修改成自己的配置!!!
|
|
|
5 |
|
6 |
from clc.langchain_application import LangChainApplication
|
7 |
|
8 |
+
os.environ["CUDA_VISIBLE_DEVICES"] = '1'
|
9 |
|
10 |
|
11 |
# 修改成自己的配置!!!
|