Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -474,7 +474,19 @@ with gr.Blocks(css = css) as demo:
|
|
| 474 |
src="https://svjack-chatglm3-few-shot-demo.hf.space/?input_list_index=0"
|
| 475 |
frameborder="0"
|
| 476 |
width="768"
|
| 477 |
-
height="
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 478 |
></iframe>
|
| 479 |
</div>
|
| 480 |
'''
|
|
|
|
| 474 |
src="https://svjack-chatglm3-few-shot-demo.hf.space/?input_list_index=0"
|
| 475 |
frameborder="0"
|
| 476 |
width="768"
|
| 477 |
+
height="1024"
|
| 478 |
+
></iframe>
|
| 479 |
+
</div>
|
| 480 |
+
'''
|
| 481 |
+
)
|
| 482 |
+
gr.HTML(
|
| 483 |
+
'''
|
| 484 |
+
<div style="justify-content: center; display: flex;">
|
| 485 |
+
<iframe
|
| 486 |
+
src="https://svjack-chatglm3-few-shot-demo.hf.space/?input_list_index=1"
|
| 487 |
+
frameborder="0"
|
| 488 |
+
width="768"
|
| 489 |
+
height="1024"
|
| 490 |
></iframe>
|
| 491 |
</div>
|
| 492 |
'''
|