Update app.py
Browse files
app.py
CHANGED
|
@@ -138,7 +138,7 @@ class model:
|
|
| 138 |
|
| 139 |
base_class = model()
|
| 140 |
|
| 141 |
-
with gr.Blocks(theme='gradio/soft')
|
| 142 |
gr.Markdown("## Inputs")
|
| 143 |
gr.Markdown("Select the prediction model. **Note the first run may take ~2-3 minutes, but will take 3-4 seconds afterwards.**")
|
| 144 |
gr.Markdown(
|
|
|
|
| 138 |
|
| 139 |
base_class = model()
|
| 140 |
|
| 141 |
+
with gr.Blocks(theme='gradio/soft') as demo:
|
| 142 |
gr.Markdown("## Inputs")
|
| 143 |
gr.Markdown("Select the prediction model. **Note the first run may take ~2-3 minutes, but will take 3-4 seconds afterwards.**")
|
| 144 |
gr.Markdown(
|