Spaces:
Runtime error
Runtime error
Commit
·
f752db1
1
Parent(s):
2ffb8b1
Update app.py
Browse filesupdate codeint
app.py
CHANGED
@@ -1738,7 +1738,7 @@ if __name__ == '__main__':
|
|
1738 |
# question = "what is PDP?"
|
1739 |
# output = asyncio.run(start_playwright(question))
|
1740 |
|
1741 |
-
asyncio.run(TestCodeInterpret('Plot the bitcoin chart of 2023 YTD'))
|
1742 |
|
1743 |
if SysLock == "1":
|
1744 |
demo.queue(concurrency_count=3).launch(auth=(username, password), server_name="0.0.0.0", server_port=7860)
|
|
|
1738 |
# question = "what is PDP?"
|
1739 |
# output = asyncio.run(start_playwright(question))
|
1740 |
|
1741 |
+
# asyncio.run(TestCodeInterpret('Plot the bitcoin chart of 2023 YTD'))
|
1742 |
|
1743 |
if SysLock == "1":
|
1744 |
demo.queue(concurrency_count=3).launch(auth=(username, password), server_name="0.0.0.0", server_port=7860)
|