hugggof commited on
Commit
1ca9a68
1 Parent(s): 6f034db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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)