Update app.py
Browse files
app.py
CHANGED
@@ -22,6 +22,5 @@ gr.Interface(
|
|
22 |
title=title,
|
23 |
description=description,
|
24 |
article=article,
|
25 |
-
example=example,
|
26 |
enable_queue=True
|
27 |
).launch(debug=True)
|
|
|
22 |
title=title,
|
23 |
description=description,
|
24 |
article=article,
|
|
|
25 |
enable_queue=True
|
26 |
).launch(debug=True)
|