Spaces:
Runtime error
Runtime error
Commit
·
f8dfcfc
1
Parent(s):
75ece4f
rm share
Browse files
app.py
CHANGED
@@ -29,4 +29,4 @@ with gradio.Blocks() as block:
|
|
29 |
|
30 |
# Use 'queue' if the inference's time > 60s
|
31 |
# Use 'share' for more than one user usage
|
32 |
-
block.queue().launch(
|
|
|
29 |
|
30 |
# Use 'queue' if the inference's time > 60s
|
31 |
# Use 'share' for more than one user usage
|
32 |
+
block.queue().launch()
|