Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -78,10 +78,7 @@ def predict(prompt):
|
|
78 |
title = "荀子大戰孟子"
|
79 |
article = "輸入辯論題目,如果更新為別的題目,則回合重置。"
|
80 |
description = """
|
81 |
-
<div style="display: flex; justify-content: center; align-items: center; height: 50vh; width: 100%;">
|
82 |
<img src="https://imgur.com/cqSzLwN.jpg" width="400px">
|
83 |
-
|
84 |
-
</div>
|
85 |
"""
|
86 |
|
87 |
gr.Interface(
|
|
|
78 |
title = "荀子大戰孟子"
|
79 |
article = "輸入辯論題目,如果更新為別的題目,則回合重置。"
|
80 |
description = """
|
|
|
81 |
<img src="https://imgur.com/cqSzLwN.jpg" width="400px">
|
|
|
|
|
82 |
"""
|
83 |
|
84 |
gr.Interface(
|