Spaces:
Sleeping
Sleeping
Update alternative-2.py
Browse files- alternative-2.py +1 -1
alternative-2.py
CHANGED
@@ -160,4 +160,4 @@ with gr.Blocks(theme="sudeepshouche/minimalist") as demo:
|
|
160 |
.then(take_webdata, inputs=extracted_url, outputs=[screenshot_output, title_output], queue=True)
|
161 |
|
162 |
# Launch the Gradio interface
|
163 |
-
demo.launch()
|
|
|
160 |
.then(take_webdata, inputs=extracted_url, outputs=[screenshot_output, title_output], queue=True)
|
161 |
|
162 |
# Launch the Gradio interface
|
163 |
+
demo.launch(share=True)
|