Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -419,4 +419,5 @@ with gr.Blocks(theme=theme) as demo:
|
|
419 |
outputs=[download_files]
|
420 |
)
|
421 |
|
422 |
-
demo.launch(share=True)
|
|
|
|
419 |
outputs=[download_files]
|
420 |
)
|
421 |
|
422 |
+
#demo.launch(share=True)
|
423 |
+
demo.launch() # Removing share = True cause huggingface space
|