sayakpaul HF staff commited on
Commit
1fad965
1 Parent(s): 7a40f6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", "tokenizer_2"]
6
 
7
 
8
  def format_size(num: int) -> str:
 
2
  import gradio as gr
3
  import json
4
 
5
+ COMPONENT_FILTER = ["scheduler", "safety_checker", "feature_extractor", "tokenizer", "tokenizer_2"]
6
 
7
 
8
  def format_size(num: int) -> str: