yuragoithf
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -86,5 +86,4 @@ gr.Interface(fn=gen_pred,
|
|
86 |
outputs=["plot"],
|
87 |
title=title,
|
88 |
examples=[["00c3db267.jpg"], ["00dc34840.jpg"], ["00371aa92.jpg"]],
|
89 |
-
description=description
|
90 |
-
enable_queue=True).launch()
|
|
|
86 |
outputs=["plot"],
|
87 |
title=title,
|
88 |
examples=[["00c3db267.jpg"], ["00dc34840.jpg"], ["00371aa92.jpg"]],
|
89 |
+
description=description).launch()
|
|