saba000farahani commited on
Commit
8fb064b
·
verified ·
1 Parent(s): cf1eae7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -11,7 +11,6 @@ from sklearn.preprocessing import MinMaxScaler
11
  import os
12
  import sklearn
13
 
14
-
15
  print(f"Gradio version: {gr.__version__}")
16
  print(f"NumPy version: {np.__version__}")
17
  print(f"Scikit-learn version: {sklearn.__version__}")
@@ -117,4 +116,4 @@ gr.Interface(
117
  outputs=outputs,
118
  title="Environmental Factor-Based Contamination Level Prediction",
119
  description="Enter the environmental factors to get the contamination levels for Front Left, Front Right, Left, Right, Roof, and Rear LiDARs."
120
- ).launch()
 
11
  import os
12
  import sklearn
13
 
 
14
  print(f"Gradio version: {gr.__version__}")
15
  print(f"NumPy version: {np.__version__}")
16
  print(f"Scikit-learn version: {sklearn.__version__}")
 
116
  outputs=outputs,
117
  title="Environmental Factor-Based Contamination Level Prediction",
118
  description="Enter the environmental factors to get the contamination levels for Front Left, Front Right, Left, Right, Roof, and Rear LiDARs."
119
+ ).launch()