da03 commited on
Commit
84a83de
·
1 Parent(s): 176fe62
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -14,6 +14,7 @@ paper = '<center><a href="https://arxiv.org/pdf/2210.05147.pdf">Paper</a> <a hre
14
  with gr.Blocks() as demo:
15
  gr.Markdown(title)
16
  gr.Markdown(description)
 
17
  with gr.Row():
18
  with gr.Column(scale=2):
19
  textbox = gr.Textbox(label=r'Type LaTeX formula below and click "Generate"', lines=1, max_lines=1, placeholder='Type LaTeX formula here and click "Generate"', value=r'\sum_{t=1}^T\E_{y_t \sim {\tilde P(y_t| y_0)}} \left\| \frac{y_t - \sqrt{\bar{\alpha}_t}y_0}{\sqrt{1-\bar{\alpha}_t}} - \epsilon_\theta(y_t, t)\right\|^2.')
 
14
  with gr.Blocks() as demo:
15
  gr.Markdown(title)
16
  gr.Markdown(description)
17
+ gr.Markdown(paper)
18
  with gr.Row():
19
  with gr.Column(scale=2):
20
  textbox = gr.Textbox(label=r'Type LaTeX formula below and click "Generate"', lines=1, max_lines=1, placeholder='Type LaTeX formula here and click "Generate"', value=r'\sum_{t=1}^T\E_{y_t \sim {\tilde P(y_t| y_0)}} \left\| \frac{y_t - \sqrt{\bar{\alpha}_t}y_0}{\sqrt{1-\bar{\alpha}_t}} - \epsilon_\theta(y_t, t)\right\|^2.')