Spaces:
Running
Running
Rishi Desai
commited on
Commit
·
713c829
1
Parent(s):
dcf6544
added blog/code links to demo
Browse files
demo.py
CHANGED
|
@@ -615,6 +615,9 @@ def build_ui():
|
|
| 615 |
"""Build and return the Gradio interface"""
|
| 616 |
with gr.Blocks() as demo:
|
| 617 |
gr.Markdown("# Image Auto-captioner for LoRA Training")
|
|
|
|
|
|
|
|
|
|
| 618 |
|
| 619 |
# Store generated captions for sharing between tabs
|
| 620 |
shared_captions = gr.State([])
|
|
|
|
| 615 |
"""Build and return the Gradio interface"""
|
| 616 |
with gr.Blocks() as demo:
|
| 617 |
gr.Markdown("# Image Auto-captioner for LoRA Training")
|
| 618 |
+
|
| 619 |
+
gr.Markdown("""Check out the [code](https://github.com/RishiDesai/LoRACaptioner)
|
| 620 |
+
and see my [blog post](https://rishidesai.github.io/posts/character-lora/) for more information.""")
|
| 621 |
|
| 622 |
# Store generated captions for sharing between tabs
|
| 623 |
shared_captions = gr.State([])
|