Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -42,8 +42,7 @@ Department of Information Technology \n
|
|
| 42 |
National Institute of Technology Karnataka \n
|
| 43 |
DDoS Attack Classification Tool Using Random Forest Classifier \n
|
| 44 |
Contributors: Mahit Nandan (211AI001), Ishan Godbole (211AI020) \n
|
| 45 |
-
|
| 46 |
-
DDoS Attack Classification
|
| 47 |
"""
|
| 48 |
iface=gr.Interface(fn=make,
|
| 49 |
inputs=[gr.Number(value=float),gr.Number(value=float),gr.Number(value=float),gr.Number(value=float),gr.Number(value=float),gr.Number(value=float),gr.Number(value=float),gr.Number(value=float),gr.Number(value=float),gr.Number(value=float),gr.Number(value=float),gr.Number(value=float),gr.Number(value=float),gr.Number(value=float),gr.Number(value=float)],
|
|
|
|
| 42 |
National Institute of Technology Karnataka \n
|
| 43 |
DDoS Attack Classification Tool Using Random Forest Classifier \n
|
| 44 |
Contributors: Mahit Nandan (211AI001), Ishan Godbole (211AI020) \n
|
| 45 |
+
Under the guidance of Dr. Jaidhar C.D. \n
|
|
|
|
| 46 |
"""
|
| 47 |
iface=gr.Interface(fn=make,
|
| 48 |
inputs=[gr.Number(value=float),gr.Number(value=float),gr.Number(value=float),gr.Number(value=float),gr.Number(value=float),gr.Number(value=float),gr.Number(value=float),gr.Number(value=float),gr.Number(value=float),gr.Number(value=float),gr.Number(value=float),gr.Number(value=float),gr.Number(value=float),gr.Number(value=float),gr.Number(value=float)],
|