Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
import gradio as gr
|
2 |
import subprocess
|
3 |
|
|
|
|
|
4 |
def get_ip(space_url):
|
5 |
try:
|
6 |
# Use the ping command to get the IP address
|
|
|
1 |
import gradio as gr
|
2 |
import subprocess
|
3 |
|
4 |
+
|
5 |
+
|
6 |
def get_ip(space_url):
|
7 |
try:
|
8 |
# Use the ping command to get the IP address
|