Spaces:
Running
Running
Update app.py
#170
by
abdullahalioo
- opened
app.py
CHANGED
@@ -10,7 +10,8 @@ import requests
|
|
10 |
import base64
|
11 |
import gradio as gr
|
12 |
# from IPython import embed
|
13 |
-
|
|
|
14 |
machine_number = 0
|
15 |
model = os.path.join(os.path.dirname(__file__), "models/eva/Eva_0.png")
|
16 |
|
|
|
10 |
import base64
|
11 |
import gradio as gr
|
12 |
# from IPython import embed
|
13 |
+
url = os.environ['OA_IP_ADDRESS']
|
14 |
+
print(url)
|
15 |
machine_number = 0
|
16 |
model = os.path.join(os.path.dirname(__file__), "models/eva/Eva_0.png")
|
17 |
|