Spaces:
Sleeping
Sleeping
SalmanHabeeb
commited on
Commit
·
357257b
1
Parent(s):
aaad81d
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
import pickle
|
3 |
import os
|
|
|
1 |
+
# # # This program is used to detect plant disease.
|
2 |
+
|
3 |
+
# # # Copyright ©️ 2022 Syed Salman Habeeb Quadri
|
4 |
+
|
5 |
+
# # # This file is part of Blatt.
|
6 |
+
|
7 |
+
# # # Blatt is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
|
8 |
+
|
9 |
+
# # # Blatt is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
10 |
+
|
11 |
+
# # # You should have received a copy of the GNU General Public License along with Blatt. If not, see <https://www.gnu.org/licenses/>.
|
12 |
+
|
13 |
+
|
14 |
import gradio as gr
|
15 |
import pickle
|
16 |
import os
|