3morrrrr commited on
Commit
32e0a32
·
verified ·
1 Parent(s): d754187

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -116,7 +116,7 @@ css = """
116
 
117
  with gr.Blocks(css=css) as demo:
118
  gr.Markdown("# 🖋️ Handwriting Synthesis")
119
- gr.Markdown("Generate realistic handwritten text using neural networks. Based on Alex Graves' [paper](https://arxiv.org/abs/1308.0850).")
120
 
121
  with gr.Row():
122
  with gr.Column(scale=2):
@@ -183,7 +183,7 @@ with gr.Blocks(css=css) as demo:
183
 
184
  gr.Markdown("""
185
  <div class="footer">
186
- Created with Gradio • Model based on Alex Graves' <a href="https://arxiv.org/abs/1308.0850">Handwriting Synthesis paper</a>
187
  </div>
188
  """)
189
 
 
116
 
117
  with gr.Blocks(css=css) as demo:
118
  gr.Markdown("# 🖋️ Handwriting Synthesis")
119
+ gr.Markdown("Generate realistic handwritten text using neural networks)
120
 
121
  with gr.Row():
122
  with gr.Column(scale=2):
 
183
 
184
  gr.Markdown("""
185
  <div class="footer">
186
+ Created with Gradio •>
187
  </div>
188
  """)
189