Spaces:
Running
Running
a100 kh
commited on
Commit
•
e0d07cd
1
Parent(s):
1368150
app.py
CHANGED
@@ -82,10 +82,10 @@ description = """
|
|
82 |
# グループ化して表示
|
83 |
with gr.Blocks() as interface:
|
84 |
# 説明文を表示
|
85 |
-
|
86 |
# ChatInterfaceを表示
|
87 |
-
|
88 |
-
components = [gr.Markdown(description), demo]
|
89 |
|
90 |
if __name__ == "__main__":
|
91 |
# demo.launch()
|
|
|
82 |
# グループ化して表示
|
83 |
with gr.Blocks() as interface:
|
84 |
# 説明文を表示
|
85 |
+
gr.Markdown(description)
|
86 |
# ChatInterfaceを表示
|
87 |
+
demo.render()
|
88 |
+
# components = [gr.Markdown(description), demo]
|
89 |
|
90 |
if __name__ == "__main__":
|
91 |
# demo.launch()
|