Merge pull request #5838 from aliencaocao/fix_gradio_pil

Dirty fix for missing PIL supported file extensions
master
AUTOMATIC1111 3 years ago committed by GitHub
commit 34bc3616ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,6 +5,7 @@ import os
import sys
import time
from PIL import Image
import gradio as gr
import tqdm

Loading…
Cancel
Save