Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -73,7 +73,7 @@ type_input = gr.Dropdown(
|
|
| 73 |
label='Type'
|
| 74 |
)
|
| 75 |
|
| 76 |
-
model_output = gr.Label(label="Machine
|
| 77 |
|
| 78 |
# Create the interface
|
| 79 |
demo = gr.Interface(
|
|
|
|
| 73 |
label='Type'
|
| 74 |
)
|
| 75 |
|
| 76 |
+
model_output = gr.Label(label="Machine failure")
|
| 77 |
|
| 78 |
# Create the interface
|
| 79 |
demo = gr.Interface(
|