Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -175,7 +175,7 @@ def predict(
|
|
| 175 |
|
| 176 |
|
| 177 |
with gr.Blocks() as app:
|
| 178 |
-
gr.Markdown("##
|
| 179 |
with gr.Row():
|
| 180 |
with gr.Column():
|
| 181 |
with gr.Box():
|
|
|
|
| 175 |
|
| 176 |
|
| 177 |
with gr.Blocks() as app:
|
| 178 |
+
gr.Markdown("## CIFAR10 Classification with ResNet")
|
| 179 |
with gr.Row():
|
| 180 |
with gr.Column():
|
| 181 |
with gr.Box():
|