Update app.py
Browse files
app.py
CHANGED
@@ -433,22 +433,27 @@ with gr.Blocks(theme="Hev832/Applio", css=css, fill_width=True, fill_height=True
|
|
433 |
1. **Pick a Picture**: Find a cool picture you want to talk about and upload it.
|
434 |
|
435 |
2. **Choose What You Want**:
|
|
|
436 |
- **Caption Type**:
|
|
|
437 |
* "Descriptive" tells you what's in the picture
|
438 |
* "Training Prompt" helps computers make similar pictures
|
439 |
* "RNG-Tags" gives you short words about the picture
|
440 |
* "Style Prompt" creates detailed prompts for image generation
|
441 |
|
442 |
3. **Pick a Style** (for "Descriptive" and "Style Prompt" only):
|
|
|
443 |
- "Formal" sounds like a teacher talking
|
444 |
- "Informal" sounds like a friend chatting
|
445 |
|
446 |
4. **Decide How Long**:
|
|
|
447 |
- "Any" lets the computer decide
|
448 |
- Or pick a size from "very short" to "very long"
|
449 |
- You can even choose a specific number of words!
|
450 |
|
451 |
5. **Advanced Options** (for "Style Prompt" only):
|
|
|
452 |
- Choose lens type, film stock, composition, and lighting details
|
453 |
|
454 |
6. **Make the Caption**: Click the "Make My Caption!" button and watch the magic happen!
|
@@ -456,6 +461,7 @@ with gr.Blocks(theme="Hev832/Applio", css=css, fill_width=True, fill_height=True
|
|
456 |
Remember, have fun and be creative with your captions!
|
457 |
|
458 |
## Tips for Great Captions:
|
|
|
459 |
- Try different types to see what you like best
|
460 |
- Experiment with formal and informal tones for fun variations
|
461 |
- Adjust the length to get just the right amount of detail
|
|
|
433 |
1. **Pick a Picture**: Find a cool picture you want to talk about and upload it.
|
434 |
|
435 |
2. **Choose What You Want**:
|
436 |
+
|
437 |
- **Caption Type**:
|
438 |
+
|
439 |
* "Descriptive" tells you what's in the picture
|
440 |
* "Training Prompt" helps computers make similar pictures
|
441 |
* "RNG-Tags" gives you short words about the picture
|
442 |
* "Style Prompt" creates detailed prompts for image generation
|
443 |
|
444 |
3. **Pick a Style** (for "Descriptive" and "Style Prompt" only):
|
445 |
+
|
446 |
- "Formal" sounds like a teacher talking
|
447 |
- "Informal" sounds like a friend chatting
|
448 |
|
449 |
4. **Decide How Long**:
|
450 |
+
|
451 |
- "Any" lets the computer decide
|
452 |
- Or pick a size from "very short" to "very long"
|
453 |
- You can even choose a specific number of words!
|
454 |
|
455 |
5. **Advanced Options** (for "Style Prompt" only):
|
456 |
+
|
457 |
- Choose lens type, film stock, composition, and lighting details
|
458 |
|
459 |
6. **Make the Caption**: Click the "Make My Caption!" button and watch the magic happen!
|
|
|
461 |
Remember, have fun and be creative with your captions!
|
462 |
|
463 |
## Tips for Great Captions:
|
464 |
+
|
465 |
- Try different types to see what you like best
|
466 |
- Experiment with formal and informal tones for fun variations
|
467 |
- Adjust the length to get just the right amount of detail
|