Spaces:
Sleeping
Sleeping
Commit
·
a6096bc
1
Parent(s):
377dfb9
Update app.py
Browse files
app.py
CHANGED
@@ -26,6 +26,7 @@ iface = gr.Interface(fn=fault_predictor,
|
|
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 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 |
iface.launch(share=True)
|
|
|
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)
|