Update moss_web_demo_streamlit.py

This commit is contained in:
Tianxiang Sun
2023-04-25 23:03:54 +08:00
committed by GitHub
parent 25b41db0fc
commit ea3f7e5eb9
+1 -1
View File
@@ -1,6 +1,6 @@
import os
import streamlit as st
os.environ["CUDA_VISIBLE_DEVICES"] = "7"
os.environ["CUDA_VISIBLE_DEVICES"] = "0"
import time