Update app.py
Browse files
app.py
CHANGED
@@ -84,8 +84,6 @@ def draw_bar_chart(data: dict[str, list[str | float]]):
|
|
84 |
|
85 |
|
86 |
def get_layout():
|
87 |
-
demo = gr.Interface(fn=Classifier().predict, inputs="image", outputs="plot")
|
88 |
-
return demo
|
89 |
css = """
|
90 |
.main-title {
|
91 |
font-size: 24px;
|
|
|
84 |
|
85 |
|
86 |
def get_layout():
|
|
|
|
|
87 |
css = """
|
88 |
.main-title {
|
89 |
font-size: 24px;
|