Comment the gradio patch

This commit is contained in:
oobabooga 2023-04-18 01:57:59 -03:00 committed by GitHub
parent 36f7c022f2
commit e1b80e6fe6
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ import warnings
os.environ['GRADIO_ANALYTICS_ENABLED'] = 'False'
os.environ['BITSANDBYTES_NOWELCOME'] = '1'
warnings.filterwarnings('ignore', category=UserWarning, message='TypedStorage is deprecated')
from modules import dirty_patch_gradio
#from modules import dirty_patch_gradio
import importlib
import io