Spaces:
Runtime error
Runtime error
Zeithrold commited on
Commit ·
89dd3b4
1
Parent(s): 9059865
Removed title
Browse files
app.py
CHANGED
|
@@ -85,8 +85,6 @@ async def generate_audio(history: list[list[str]]):
|
|
| 85 |
return result
|
| 86 |
|
| 87 |
with gr.Blocks() as demo:
|
| 88 |
-
title = gr.Markdown("# 老王元宇宙受害者")
|
| 89 |
-
|
| 90 |
chatbot = gr.Chatbot(
|
| 91 |
[],
|
| 92 |
elem_id="chatbot",
|
|
|
|
| 85 |
return result
|
| 86 |
|
| 87 |
with gr.Blocks() as demo:
|
|
|
|
|
|
|
| 88 |
chatbot = gr.Chatbot(
|
| 89 |
[],
|
| 90 |
elem_id="chatbot",
|