Spaces:
Runtime error
Runtime error
JJteam
commited on
Commit
·
64b6927
1
Parent(s):
d00e7d9
removing hardcoded server
Browse files
AllInOneApp/Chat-GPT-LangChain/app.py
CHANGED
@@ -328,7 +328,7 @@ def add_image(state, chain, image):
|
|
328 |
url_input_for_chain = "http://0.0.0.0:{}/file={}".format(ARGS.port, image.name)
|
329 |
|
330 |
# !!!!!! quick HACK to refer to image in this server for image editing pruprose
|
331 |
-
url_input_for_chain = url_input_for_chain.replace("0.0.0.0", "10.123.124.92")
|
332 |
|
333 |
|
334 |
########################
|
|
|
328 |
url_input_for_chain = "http://0.0.0.0:{}/file={}".format(ARGS.port, image.name)
|
329 |
|
330 |
# !!!!!! quick HACK to refer to image in this server for image editing pruprose
|
331 |
+
# url_input_for_chain = url_input_for_chain.replace("0.0.0.0", "10.123.124.92")
|
332 |
|
333 |
|
334 |
########################
|