Spaces:
Running
Running
Liangcd
commited on
Commit
·
594b332
1
Parent(s):
97de935
[demo] updata display
Browse files
app.py
CHANGED
@@ -161,9 +161,6 @@ interface = gr.Interface(
|
|
161 |
article=article,
|
162 |
examples=examples,
|
163 |
theme="huggingface",
|
164 |
-
layout="horizontal",
|
165 |
-
allow_flagging=False,
|
166 |
-
live=False,
|
167 |
)
|
168 |
|
169 |
interface.launch(enable_queue=True)
|
|
|
161 |
article=article,
|
162 |
examples=examples,
|
163 |
theme="huggingface",
|
|
|
|
|
|
|
164 |
)
|
165 |
|
166 |
interface.launch(enable_queue=True)
|