Spaces:
Running
Running
Update dashboard.py
Browse files- dashboard.py +2 -3
dashboard.py
CHANGED
@@ -13,7 +13,7 @@ import warnings
|
|
13 |
|
14 |
from pages import about
|
15 |
from pages import community
|
16 |
-
|
17 |
from pages import user_guide
|
18 |
|
19 |
|
@@ -112,8 +112,7 @@ with gr.Blocks() as demo:
|
|
112 |
predict_btn = gr.Button("Predict")
|
113 |
predict_btn.click(fn=predict_image, inputs=image_input, outputs=result)
|
114 |
|
115 |
-
|
116 |
-
examples.layout()
|
117 |
|
118 |
with gr.Tab("ℹ️ About"):
|
119 |
about.layout()
|
|
|
13 |
|
14 |
from pages import about
|
15 |
from pages import community
|
16 |
+
|
17 |
from pages import user_guide
|
18 |
|
19 |
|
|
|
112 |
predict_btn = gr.Button("Predict")
|
113 |
predict_btn.click(fn=predict_image, inputs=image_input, outputs=result)
|
114 |
|
115 |
+
|
|
|
116 |
|
117 |
with gr.Tab("ℹ️ About"):
|
118 |
about.layout()
|