Skip to content

Commit cb31dfb

Browse files
committed
another gradio test
1 parent 93aa71b commit cb31dfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llama_cpp/server/app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ def create_app(
185185
#We're going to see if we can get the gradio url settings working
186186
CUSTOM_PATH = "/gradio"
187187

188-
io = gr.Interface(lambda x: "Hello, " + x + "!", "textbox", "textbox")
189-
app = gr.mount_gradio_app(app, io, path=CUSTOM_PATH,share=True,debug=True)
188+
io = gr.Interface(lambda x: "Hello, " + x + "!", "textbox", "textbox",share=True,debug=True)
189+
app = gr.mount_gradio_app(app, io, path=CUSTOM_PATH)
190190
return app
191191

192192

0 commit comments

Comments
 (0)