Spaces:
Sleeping
Sleeping
hackerbyhobby
commited on
app
Browse files
app.py
CHANGED
@@ -48,4 +48,4 @@ interface = gr.Interface(
|
|
48 |
|
49 |
# Launch the interface for local testing or Hugging Face Spaces deployment
|
50 |
if __name__ == "__main__":
|
51 |
-
interface.launch()
|
|
|
48 |
|
49 |
# Launch the interface for local testing or Hugging Face Spaces deployment
|
50 |
if __name__ == "__main__":
|
51 |
+
interface.launch(share=True)
|