Spaces:
Sleeping
Sleeping
Edward Tan
commited on
Commit
·
e9e2074
1
Parent(s):
76b04f3
Correcting app.py error
Browse files
app.py
CHANGED
@@ -25,6 +25,5 @@ demo = gr.Interface(
|
|
25 |
cache_examples="lazy",
|
26 |
allow_flagging="auto",
|
27 |
# article="<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' target='_blank'>Blog post</a></p>"
|
28 |
-
enable_queue=True
|
29 |
)
|
30 |
demo.launch(share=True)
|
|
|
25 |
cache_examples="lazy",
|
26 |
allow_flagging="auto",
|
27 |
# article="<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' target='_blank'>Blog post</a></p>"
|
|
|
28 |
)
|
29 |
demo.launch(share=True)
|