Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,9 +1,4 @@
|
|
1 |
-
|
2 |
-
hostname = socket.gethostname()
|
3 |
-
IPAddr = socket.gethostbyname(hostname)
|
4 |
-
|
5 |
-
print("Your Computer Name is:" + hostname)
|
6 |
-
print("Your Computer IP Address is:" + IPAddr)
|
7 |
import gradio as gr
|
8 |
import requests
|
9 |
import os
|
|
|
1 |
+
|
|
|
|
|
|
|
|
|
|
|
2 |
import gradio as gr
|
3 |
import requests
|
4 |
import os
|