Spaces:
Runtime error
Runtime error
JJteam
commited on
Commit
•
97aacc6
1
Parent(s):
05d5a3e
removing hard coded ip
Browse files
AllInOneApp/Chat-GPT-LangChain/app.py
CHANGED
@@ -350,7 +350,7 @@ def add_image(state, chain, image):
|
|
350 |
url_input_for_chain = "http://0.0.0.0:{}/file={}".format(ARGS.port, image.name)
|
351 |
|
352 |
# !!!!!! quick HACK to refer to image in this server for image editing pruprose
|
353 |
-
url_input_for_chain = url_input_for_chain.replace("0.0.0.0", "10.123.124.92")
|
354 |
|
355 |
|
356 |
########################
|
|
|
350 |
url_input_for_chain = "http://0.0.0.0:{}/file={}".format(ARGS.port, image.name)
|
351 |
|
352 |
# !!!!!! quick HACK to refer to image in this server for image editing pruprose
|
353 |
+
# url_input_for_chain = url_input_for_chain.replace("0.0.0.0", "10.123.124.92")
|
354 |
|
355 |
|
356 |
########################
|