avans06 commited on
Commit
87e5e5f
·
1 Parent(s): f8fbbc6

Update Gradio version to 5.34.2

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. app.py +3 -2
  3. requirements.txt +1 -1
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 💬
4
  colorFrom: purple
5
  colorTo: indigo
6
  sdk: gradio
7
- sdk_version: 5.16.0
8
  app_file: app.py
9
  pinned: true
10
  ---
 
4
  colorFrom: purple
5
  colorTo: indigo
6
  sdk: gradio
7
+ sdk_version: 5.34.2
8
  app_file: app.py
9
  pinned: true
10
  ---
app.py CHANGED
@@ -869,8 +869,9 @@ def main():
869
  additional_tags_prepend = gr.Text(label="Prepend Additional tags (comma split)")
870
  additional_tags_append = gr.Text(label="Append Additional tags (comma split)")
871
 
872
- # NEW: Add the remove tags input box
873
- tags_to_remove = gr.Text(label="Remove tags (comma split)")
 
874
 
875
  with gr.Row():
876
  clear = gr.ClearButton(
 
869
  additional_tags_prepend = gr.Text(label="Prepend Additional tags (comma split)")
870
  additional_tags_append = gr.Text(label="Append Additional tags (comma split)")
871
 
872
+ # Add the remove tags input box
873
+ with gr.Row():
874
+ tags_to_remove = gr.Text(label="Remove tags (comma split)")
875
 
876
  with gr.Row():
877
  clear = gr.ClearButton(
requirements.txt CHANGED
@@ -4,7 +4,7 @@ pillow>=9.0.0
4
  onnxruntime>=1.12.0
5
  huggingface-hub
6
 
7
- gradio==5.16.0
8
  pandas
9
 
10
  # for reorganize WD Tagger into a readable article by Llama3 model.
 
4
  onnxruntime>=1.12.0
5
  huggingface-hub
6
 
7
+ gradio==5.34.2
8
  pandas
9
 
10
  # for reorganize WD Tagger into a readable article by Llama3 model.