Spaces:
Sleeping
Sleeping
Commit
·
fd7462a
1
Parent(s):
e645ade
Update app.py
Browse files
app.py
CHANGED
@@ -23,10 +23,10 @@ def fault_predictor(mean, variance, kurtosis):
|
|
23 |
iface = gr.Interface(fn=fault_predictor,
|
24 |
inputs=["number", "number", "number"],
|
25 |
outputs=gr.Textbox(label="Condition of the Machine"),
|
26 |
-
live=True,
|
27 |
title="MACHINE CONDITION DETECTION - AN EDSP END SEM PROJECT",
|
28 |
description="This is an END to END EMBEDDED DIGITAL SIGNAL PROCESSING(EDSP) project done to predict the condition of the motor by giving the inputs in the prompt. \n\n"
|
29 |
"This fault detection project has been deployed and hosted to showcase the main objective of the condition of the machine whether it is in a healthy or in an unhealthy condition. \n\n"
|
30 |
"DEPLOYMENT TOOL: GRADIO \n\n"
|
31 |
"HOST: HUUGING FACE \n\n")
|
|
|
32 |
iface.launch(share=True)
|
|
|
23 |
iface = gr.Interface(fn=fault_predictor,
|
24 |
inputs=["number", "number", "number"],
|
25 |
outputs=gr.Textbox(label="Condition of the Machine"),
|
|
|
26 |
title="MACHINE CONDITION DETECTION - AN EDSP END SEM PROJECT",
|
27 |
description="This is an END to END EMBEDDED DIGITAL SIGNAL PROCESSING(EDSP) project done to predict the condition of the motor by giving the inputs in the prompt. \n\n"
|
28 |
"This fault detection project has been deployed and hosted to showcase the main objective of the condition of the machine whether it is in a healthy or in an unhealthy condition. \n\n"
|
29 |
"DEPLOYMENT TOOL: GRADIO \n\n"
|
30 |
"HOST: HUUGING FACE \n\n")
|
31 |
+
|
32 |
iface.launch(share=True)
|