Commit 34bc3616 authored by AUTOMATIC1111's avatar AUTOMATIC1111 Committed by GitHub

Merge pull request #5838 from aliencaocao/fix_gradio_pil

Dirty fix for missing PIL supported file extensions
parents ee65237d c02ef0f4
......@@ -5,6 +5,7 @@ import os
import sys
import time
from PIL import Image
import gradio as gr
import tqdm
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment