Update app.py
Browse files
app.py
CHANGED
@@ -78,5 +78,6 @@ iface = gr.Interface(fn=analyze_image,
|
|
78 |
description=description,
|
79 |
examples=examples,
|
80 |
article=article,
|
81 |
-
css=css
|
82 |
-
|
|
|
|
78 |
description=description,
|
79 |
examples=examples,
|
80 |
article=article,
|
81 |
+
css=css,
|
82 |
+
cache_examples=True)
|
83 |
+
iface.launch(debug=True)
|