Commit c02ef0f4 authored by Billy Cao's avatar Billy Cao

Fix PIL being imported before its installed (for new users only)

parent 35f0698a
......@@ -7,7 +7,6 @@ import shlex
import platform
import argparse
import json
from PIL import Image
dir_repos = "repositories"
dir_extensions = "extensions"
......
......@@ -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