Spaces:
Running
on
T4
Running
on
T4
da03
commited on
Commit
·
13b7eb3
1
Parent(s):
7ec8bbf
app.py
CHANGED
@@ -15,7 +15,7 @@ with gr.Blocks() as demo:
|
|
15 |
gr.Markdown(description)
|
16 |
with gr.Row():
|
17 |
with gr.Column(scale=2):
|
18 |
-
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'\
|
19 |
submit_btn = gr.Button("Generate", elem_id="btn")
|
20 |
with gr.Column(scale=3):
|
21 |
slider = gr.Slider(0, 1000, value=0, label='step (out of 1000)')
|
|
|
15 |
gr.Markdown(description)
|
16 |
with gr.Row():
|
17 |
with gr.Column(scale=2):
|
18 |
+
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.')
|
19 |
submit_btn = gr.Button("Generate", elem_id="btn")
|
20 |
with gr.Column(scale=3):
|
21 |
slider = gr.Slider(0, 1000, value=0, label='step (out of 1000)')
|