openfree commited on
Commit
7b460e9
ยท
verified ยท
1 Parent(s): e52038b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -162,7 +162,7 @@ import subprocess
162
  from gradio_client import Client, handle_file
163
 
164
  # ์˜ˆ์‹œ: ์›๊ฒฉ ์„œ๋ฒ„ Endpoint (ํ•„์š”ํ•˜๋‹ค๋ฉด ์ˆ˜์ •)
165
- REMOTE_ENDPOINT = "http://211.233.58.201:7875/"
166
 
167
  client = Client(REMOTE_ENDPOINT)
168
 
 
162
  from gradio_client import Client, handle_file
163
 
164
  # ์˜ˆ์‹œ: ์›๊ฒฉ ์„œ๋ฒ„ Endpoint (ํ•„์š”ํ•˜๋‹ค๋ฉด ์ˆ˜์ •)
165
+ REMOTE_ENDPOINT = os.getenv("H100_URL")
166
 
167
  client = Client(REMOTE_ENDPOINT)
168