From ea3f7e5eb95ae6eb490ea133fae0607d5fe9bbac Mon Sep 17 00:00:00 2001 From: Tianxiang Sun Date: Tue, 25 Apr 2023 23:03:54 +0800 Subject: [PATCH] Update moss_web_demo_streamlit.py --- moss_web_demo_streamlit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moss_web_demo_streamlit.py b/moss_web_demo_streamlit.py index 17c9d3d..1b879df 100644 --- a/moss_web_demo_streamlit.py +++ b/moss_web_demo_streamlit.py @@ -1,6 +1,6 @@ import os import streamlit as st -os.environ["CUDA_VISIBLE_DEVICES"] = "7" +os.environ["CUDA_VISIBLE_DEVICES"] = "0" import time