Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -102,5 +102,4 @@ with gr.Blocks() as demo:
|
|
102 |
# Build the endpoint
|
103 |
widgets = build_endpoint(inputs, output, process_fn, card)
|
104 |
|
105 |
-
demo.queue()
|
106 |
-
demo.launch(share=True)
|
|
|
102 |
# Build the endpoint
|
103 |
widgets = build_endpoint(inputs, output, process_fn, card)
|
104 |
|
105 |
+
demo.queue().launch(share=True)
|
|