Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -143,7 +143,7 @@ custom_css = """
|
|
| 143 |
.footer-text { font-size: 0.8em; color: gray; text-align: center; }
|
| 144 |
"""
|
| 145 |
|
| 146 |
-
with gr.Blocks(title="Llama 3.2 Lab2 Project"
|
| 147 |
|
| 148 |
# 标题头
|
| 149 |
with gr.Row():
|
|
|
|
| 143 |
.footer-text { font-size: 0.8em; color: gray; text-align: center; }
|
| 144 |
"""
|
| 145 |
|
| 146 |
+
with gr.Blocks(title="Llama 3.2 Lab2 Project") as demo:
|
| 147 |
|
| 148 |
# 标题头
|
| 149 |
with gr.Row():
|