Update app.py
Browse files
app.py
CHANGED
|
@@ -82,4 +82,4 @@ gr.Interface(inference,
|
|
| 82 |
examples=examples,
|
| 83 |
title=title,
|
| 84 |
description=description,
|
| 85 |
-
article=article).launch(
|
|
|
|
| 82 |
examples=examples,
|
| 83 |
title=title,
|
| 84 |
description=description,
|
| 85 |
+
article=article).launch( debug=True)
|