Spaces:
Runtime error
Runtime error
JeffLiang
commited on
Commit
•
1a6f9ac
1
Parent(s):
df63333
fix stuck when perform inference
Browse files
app.py
CHANGED
@@ -86,4 +86,4 @@ gr.Interface(
|
|
86 |
title=title,
|
87 |
description=description,
|
88 |
article=article,
|
89 |
-
examples=examples).launch(
|
|
|
86 |
title=title,
|
87 |
description=description,
|
88 |
article=article,
|
89 |
+
examples=examples).queue().launch()
|