Update app.py
Browse files
app.py
CHANGED
|
@@ -96,4 +96,5 @@ interface = gr.Interface(
|
|
| 96 |
)
|
| 97 |
|
| 98 |
if __name__ == "__main__":
|
| 99 |
-
interface
|
|
|
|
|
|
| 96 |
)
|
| 97 |
|
| 98 |
if __name__ == "__main__":
|
| 99 |
+
# Launch the interface with external access
|
| 100 |
+
interface.launch(server_name="0.0.0.0", server_port=7860, share=True)
|