Kupredom commited on
Commit
c9ea3ea
1 Parent(s): d8175f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ iface = gr.Interface(
49
  "images/Zederapfel1.JPG",
50
  "images/Zederapfel2.JPG",
51
  "images/Zederapfel3.JPG"],
52
- description="APPLE MODEL")
53
 
54
  iface.launch()
55
 
 
49
  "images/Zederapfel1.JPG",
50
  "images/Zederapfel2.JPG",
51
  "images/Zederapfel3.JPG"],
52
+ description="Applikation zur Überwachung der Gesundheit von Apfelbäumen")
53
 
54
  iface.launch()
55