laubonghaudoi
commited on
Commit
•
31adf61
1
Parent(s):
1436945
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
import logging
|
2 |
import os
|
3 |
import random
|
|
|
1 |
+
"""
|
2 |
+
If running this app in WSL2, you need to run the following command in the WSL2 terminal to get the IP address of the WSL2 instance:
|
3 |
+
|
4 |
+
ip addr show eth0 | grep "inet\b" | awk '{print $2}' | cut -d/ -f1
|
5 |
+
"""
|
6 |
import logging
|
7 |
import os
|
8 |
import random
|