Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ from huggingface_hub import model_info, hf_hub_download
|
|
2 |
import gradio as gr
|
3 |
import json
|
4 |
|
5 |
-
COMPONENT_FILTER = ["scheduler", "safety_checker", "tokenizer"]
|
6 |
|
7 |
|
8 |
def format_size(num: int) -> str:
|
|
|
2 |
import gradio as gr
|
3 |
import json
|
4 |
|
5 |
+
COMPONENT_FILTER = ["scheduler", "safety_checker", "tokenizer", "tokenizer_2"]
|
6 |
|
7 |
|
8 |
def format_size(num: int) -> str:
|