"examples/vscode:/vscode.git/clone" did not exist on "e25e525fde9bf0cca585c2b610a078b284f5bc87"
Commit cfbfb625 authored by wanglch's avatar wanglch
Browse files

Update donut_cord_infernce.py

parent 53a6b362
...@@ -47,4 +47,4 @@ demo = gr.Interface( ...@@ -47,4 +47,4 @@ demo = gr.Interface(
outputs="json", outputs="json",
title=f"Donut 🍩 demonstration for `{task_name}` task", title=f"Donut 🍩 demonstration for `{task_name}` task",
) )
demo.launch(debug=True) demo.launch(debug=True, server_name='0.0.0.0')
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment