Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
donut_pytorch
Commits
cfbfb625
Commit
cfbfb625
authored
Jun 07, 2024
by
wanglch
Browse files
Update donut_cord_infernce.py
parent
53a6b362
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
donut_cord_infernce.py
donut_cord_infernce.py
+1
-1
No files found.
donut_cord_infernce.py
View file @
cfbfb625
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment