Spaces:
Runtime error
Runtime error
udpate gradio sdk to 4.36.0
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ emoji: 🐠
|
|
4 |
colorFrom: green
|
5 |
colorTo: yellow
|
6 |
sdk: gradio
|
7 |
-
sdk_version:
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
|
|
4 |
colorFrom: green
|
5 |
colorTo: yellow
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 4.36.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
app.py
CHANGED
@@ -144,9 +144,9 @@ The simulator assumes that you spend the same amount of time on Anki every day.
|
|
144 |
"""
|
145 |
|
146 |
with gr.Blocks() as demo:
|
147 |
-
with gr.
|
148 |
gr.Markdown(description)
|
149 |
-
with gr.
|
150 |
with gr.Row():
|
151 |
with gr.Column():
|
152 |
weights = Textbox(label="Weights", lines=1,
|
|
|
144 |
"""
|
145 |
|
146 |
with gr.Blocks() as demo:
|
147 |
+
with gr.Group():
|
148 |
gr.Markdown(description)
|
149 |
+
with gr.Group():
|
150 |
with gr.Row():
|
151 |
with gr.Column():
|
152 |
weights = Textbox(label="Weights", lines=1,
|