unit31 / app.py

Commit History

restore from original
3842a4e

apple muncy commited on

change to Qwen/Qwen2.5-72B-Instruct
f11f143

apple muncy commited on

change ' to "
3029acf

apple muncy commited on

add .replace ("'", '"')
68b9842

apple muncy commited on

using copy.deepcopy
d6dd449

apple muncy commited on

use list .copy()
3cb5f2f

apple muncy commited on

new to just n
47901bf

apple muncy commited on

remove underscores
eac1219

apple muncy commited on

printing new_valid_tags
f5ebd9e

apple muncy commited on

change ' to " in tag list
f02a9c3

apple muncy commited on

adding f to print statments
c99c69c

apple muncy commited on

added print valid_tags
c406192

apple muncy commited on

add print text string
efc7130

apple muncy commited on

removing commas
70fc332

apple muncy commited on

append to g_payload "place holder"
8b967fa

apple muncy commited on

chang model to Qwen/Qwen2.5-Coder-32B-Instruct
99b2717

apple muncy commited on

change payload_g to g_payload
66698d2

apple muncy commited on

add missing commas.
2677826

apple muncy commited on

fix missing )
9d0428d

apple muncy commited on

add Textbox
2ac848d

apple muncy commited on

add payload_d display
e93a32a

apple muncy commited on

fix spelling error
dc4639f

apple muncy commited on

dasboard to dashboard
b4dd6c1

apple muncy commited on

fix indent?
1ee9405

apple muncy commited on

adding Dashboard code
1e82c99

apple muncy commited on

change app to my_app
8718425

apple muncy commited on

add @app .get("/")
acf6e94

apple muncy commited on

change Dockerfile to CMD python app.py
6ec97a6

apple muncy commited on

set Dockerfile to run mcp_server.py uvicorn to 7860
d0bb80b

apple muncy commited on

change to reload=False
0199c20

apple muncy commited on

change uvicorn to 8000
468e18e

apple muncy commited on

move tag.log
969592a

apple muncy commited on

add more logging to app.py
b4d5a38

apple muncy commited on

add logging to app.py
bbadaec

apple muncy commited on

revert to original
cfe943a

apple muncy commited on

uvicorn port 8000
108bf1c
verified

applemuncy commited on

log_level=debug
2cf9a78
verified

applemuncy commited on

main:app
3a8a6fb
verified

applemuncy commited on

log_level="info"
a19019c
verified

applemuncy commited on

"app"
22291a8
verified

applemuncy commited on

app:app to app
c71f220
verified

applemuncy commited on

Update app.py
b6d2317
verified

applemuncy commited on

back to 7860
3458ce7
verified

applemuncy commited on

change to port 8000
e231cc6
verified

applemuncy commited on

maved app = gr.mount_gradio_app(app, gradio_app, path="/gradio")
86fbfc9
verified

applemuncy commited on

# uvicorn.run("app:app", host="0.0.0.0", port=7860, reload=True)
6e4a28c
verified

applemuncy commited on

create_gradio_app()
eaa9ba3
verified

applemuncy commited on

gr.Interface(lambda x: "Hello, " + x + "!", "textbox", "textbox")
b323bd0
verified

applemuncy commited on

add app.py
84f1c5d

apple muncy commited on