Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -48,6 +48,7 @@ with gr.Blocks(
|
|
48 |
"""
|
49 |
)
|
50 |
|
|
|
51 |
markdown_exp_size = "##"
|
52 |
lora_repo = "svjack/chatglm3-few-shot"
|
53 |
lora_repo_link = "svjack/chatglm3-few-shot/?input_list_index=1"
|
@@ -59,6 +60,7 @@ with gr.Blocks(
|
|
59 |
visible=True,
|
60 |
elem_id="selected_space",
|
61 |
)
|
|
|
62 |
|
63 |
with gr.Row():
|
64 |
with gr.Column():
|
|
|
48 |
"""
|
49 |
)
|
50 |
|
51 |
+
'''
|
52 |
markdown_exp_size = "##"
|
53 |
lora_repo = "svjack/chatglm3-few-shot"
|
54 |
lora_repo_link = "svjack/chatglm3-few-shot/?input_list_index=1"
|
|
|
60 |
visible=True,
|
61 |
elem_id="selected_space",
|
62 |
)
|
63 |
+
'''
|
64 |
|
65 |
with gr.Row():
|
66 |
with gr.Column():
|