Spaces:
Running
Running
rgreenberg1
commited on
Commit
•
b82bbf6
1
Parent(s):
c981d70
Update app.py
Browse files
app.py
CHANGED
@@ -38,8 +38,6 @@ def delete_prev_fn(history: List[Tuple[str, str]]) -> Tuple[List[Tuple[str, str]
|
|
38 |
|
39 |
with gr.Blocks() as demo:
|
40 |
with gr.Row():
|
41 |
-
with gr.Column():
|
42 |
-
gr.Markdown(DESCRIPTION)
|
43 |
with gr.Column():
|
44 |
gr.Markdown("""### MPT GSM Sparse Finetuned Demo""")
|
45 |
|
|
|
38 |
|
39 |
with gr.Blocks() as demo:
|
40 |
with gr.Row():
|
|
|
|
|
41 |
with gr.Column():
|
42 |
gr.Markdown("""### MPT GSM Sparse Finetuned Demo""")
|
43 |
|