Added a quick start guide
Browse files
app.py
CHANGED
@@ -123,6 +123,7 @@ with gr.Blocks(css=css) as demo:
|
|
123 |
- Write them in style
|
124 |
- A Gen-AI's implementation of [Lin Yutang's Ming-Kwai Typewriter](https://thereader.mitpress.mit.edu/the-uncanny-keyboard/)
|
125 |
- [README](https://huggingface.co/spaces/lqume/neochar/blob/main/README.md) for more""")
|
|
|
126 |
|
127 |
gr.HTML("""
|
128 |
<style>
|
@@ -180,7 +181,7 @@ with gr.Blocks(css=css) as demo:
|
|
180 |
placeholder="Enter your prompt",
|
181 |
container=False,
|
182 |
)
|
183 |
-
run_button = gr.Button("
|
184 |
|
185 |
gallery.select(
|
186 |
fn=apply_style_on_click,
|
|
|
123 |
- Write them in style
|
124 |
- A Gen-AI's implementation of [Lin Yutang's Ming-Kwai Typewriter](https://thereader.mitpress.mit.edu/the-uncanny-keyboard/)
|
125 |
- [README](https://huggingface.co/spaces/lqume/neochar/blob/main/README.md) for more""")
|
126 |
+
gr.Markdown(" ## QuickStart: select an example, edit components, pick a style, then 'generate'")
|
127 |
|
128 |
gr.HTML("""
|
129 |
<style>
|
|
|
181 |
placeholder="Enter your prompt",
|
182 |
container=False,
|
183 |
)
|
184 |
+
run_button = gr.Button("Generate", scale=0, variant="primary")
|
185 |
|
186 |
gallery.select(
|
187 |
fn=apply_style_on_click,
|