Spaces:
Running
Running
Liangcd
commited on
Commit
·
8703c31
1
Parent(s):
bf69686
[demo] updata display
Browse files
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# Copyright (c)
|
2 |
# 2022 Chengdong Liang ([email protected])
|
3 |
#
|
4 |
# Licensed under the Apache License, Version 2.0 (the "License");
|
@@ -161,6 +161,7 @@ interface = gr.Interface(
|
|
161 |
article=article,
|
162 |
examples=examples,
|
163 |
theme="huggingface",
|
|
|
164 |
)
|
165 |
|
166 |
interface.launch(enable_queue=True)
|
|
|
1 |
+
# Copyright (c) Microsoft
|
2 |
# 2022 Chengdong Liang ([email protected])
|
3 |
#
|
4 |
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
161 |
article=article,
|
162 |
examples=examples,
|
163 |
theme="huggingface",
|
164 |
+
layout="horizontal",
|
165 |
)
|
166 |
|
167 |
interface.launch(enable_queue=True)
|