K00B404 commited on
Commit
54a0b38
·
verified ·
1 Parent(s): 5490186

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -7,7 +7,11 @@ from translatepy import Translator
7
  from gradio_client import Client, handle_file
8
  from PIL import Image
9
  from lora_saver import main as backup_loras
 
10
  backup_loras()
 
 
 
11
  from loras import loras
12
  from huggingface_hub import login
13
  from themes import IndonesiaTheme # Import custom IndonesiaTheme
 
7
  from gradio_client import Client, handle_file
8
  from PIL import Image
9
  from lora_saver import main as backup_loras
10
+
11
  backup_loras()
12
+
13
+ os.system('quent_models.py')
14
+
15
  from loras import loras
16
  from huggingface_hub import login
17
  from themes import IndonesiaTheme # Import custom IndonesiaTheme