Commit a57f8a32 authored by wanglch's avatar wanglch
Browse files

Update donut_zhtrainticket_inference.py

parent 1efcb7d8
...@@ -48,4 +48,4 @@ demo = gr.Interface( ...@@ -48,4 +48,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() 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