Spaces:
Runtime error
Runtime error
Public Link updated
Browse files
app.py
CHANGED
@@ -29,7 +29,6 @@ iface = gr.Interface(
|
|
29 |
outputs="text",
|
30 |
description=description,
|
31 |
title=title,
|
32 |
-
allow_screenshot=True,
|
33 |
)
|
34 |
|
35 |
-
iface.launch(
|
|
|
29 |
outputs="text",
|
30 |
description=description,
|
31 |
title=title,
|
|
|
32 |
)
|
33 |
|
34 |
+
iface.launch(queue=True, show_error=True,share=True)
|