yifehuang97 commited on
Commit
741863e
·
1 Parent(s): d14e981

Update examples

Browse files
Files changed (2) hide show
  1. app.py +0 -6
  2. examples/{apple.png → apples.png} +0 -0
app.py CHANGED
@@ -135,13 +135,7 @@ def create_demo():
135
  with gr.Blocks(title="CountEx: Discriminative Visual Counting") as demo:
136
  gr.Markdown("""
137
  # CountEx: Fine-Grained Counting via Exemplars and Exclusion
138
-
139
  Count specific objects in images using positive and negative text prompts.
140
-
141
- **Positive Prompt**: Describe what you want to count (e.g., "Green Apple.")
142
-
143
- **Negative Prompt**: Describe what you want to exclude (e.g., "Red Apple.")
144
-
145
  **Important Note: Both the Positive and Negative prompts must end with a period (.) for the model to correctly interpret the instruction.**
146
  """)
147
 
 
135
  with gr.Blocks(title="CountEx: Discriminative Visual Counting") as demo:
136
  gr.Markdown("""
137
  # CountEx: Fine-Grained Counting via Exemplars and Exclusion
 
138
  Count specific objects in images using positive and negative text prompts.
 
 
 
 
 
139
  **Important Note: Both the Positive and Negative prompts must end with a period (.) for the model to correctly interpret the instruction.**
140
  """)
141
 
examples/{apple.png → apples.png} RENAMED
File without changes