Fix start_with

This commit is contained in:
oobabooga 2023-07-03 23:32:02 -07:00
parent 55457549cd
commit 463ddfffd0
2 changed files with 4 additions and 3 deletions

View file

@ -10,6 +10,7 @@ import requests
import torch
from PIL import Image
from modules import shared
from modules.models import reload_model, unload_model
from modules.ui import create_refresh_button