Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ with gr.Blocks() as demo:
|
|
84 |
return predicted_label
|
85 |
|
86 |
def do_nothing():
|
87 |
-
|
88 |
|
89 |
# Creates the Gradio interface objects
|
90 |
with gr.Row():
|
|
|
84 |
return predicted_label
|
85 |
|
86 |
def do_nothing():
|
87 |
+
pass
|
88 |
|
89 |
# Creates the Gradio interface objects
|
90 |
with gr.Row():
|