Update app.py
Browse files
app.py
CHANGED
@@ -57,4 +57,4 @@ iface = gr.Interface(
|
|
57 |
outputs="text"
|
58 |
)
|
59 |
|
60 |
-
iface.launch(share=True
|
|
|
57 |
outputs="text"
|
58 |
)
|
59 |
|
60 |
+
iface.launch(share=True) # Abilita l'accesso pubblico e la coda
|