Spaces:
Runtime error
Runtime error
VenkateshRoshan
commited on
Commit
·
584ee29
1
Parent(s):
6ddaf47
port update
Browse files
app.py
CHANGED
@@ -171,7 +171,7 @@ if __name__ == "__main__":
|
|
171 |
demo.launch(
|
172 |
share=True,
|
173 |
server_name="0.0.0.0", # Makes the server accessible from other machines
|
174 |
-
server_port=
|
175 |
debug=True,
|
176 |
inline=False#, server_port=6006
|
177 |
)
|
|
|
171 |
demo.launch(
|
172 |
share=True,
|
173 |
server_name="0.0.0.0", # Makes the server accessible from other machines
|
174 |
+
server_port=8080, # Specify the port - updated from 7860 to 8080
|
175 |
debug=True,
|
176 |
inline=False#, server_port=6006
|
177 |
)
|