updated server description
Browse files
app.py
CHANGED
|
@@ -105,7 +105,8 @@ iface = gr.Interface(
|
|
| 105 |
css=custom_css,
|
| 106 |
examples=examples
|
| 107 |
)
|
| 108 |
-
|
|
|
|
| 109 |
# if __name__ == "__main__":
|
| 110 |
# server = "0.0.0.0" # IP address for server
|
| 111 |
# port = 7866 # Port to run the server on
|
|
|
|
| 105 |
css=custom_css,
|
| 106 |
examples=examples
|
| 107 |
)
|
| 108 |
+
|
| 109 |
+
# Server setup and launch configuration
|
| 110 |
# if __name__ == "__main__":
|
| 111 |
# server = "0.0.0.0" # IP address for server
|
| 112 |
# port = 7866 # Port to run the server on
|