Spaces:
Paused
Paused
enable_queue=True is removed
Browse files
app.py
CHANGED
@@ -109,7 +109,7 @@ demo = gr.Interface(
|
|
109 |
outputs="json",
|
110 |
title="PaySlip_Demo_Model",
|
111 |
# article=article,
|
112 |
-
enable_queue=True,
|
113 |
examples=[["Slip_1.jpg"], ["Slip_2.jpg"]],
|
114 |
cache_examples=False)
|
115 |
|
|
|
109 |
outputs="json",
|
110 |
title="PaySlip_Demo_Model",
|
111 |
# article=article,
|
112 |
+
# enable_queue=True,
|
113 |
examples=[["Slip_1.jpg"], ["Slip_2.jpg"]],
|
114 |
cache_examples=False)
|
115 |
|