Spaces:
Running
Running
aashish1904
commited on
Commit
•
8a24aaf
1
Parent(s):
2e03953
Update app.py
Browse files
app.py
CHANGED
@@ -87,6 +87,7 @@ with gr.Blocks() as demo:
|
|
87 |
with gr.Row():
|
88 |
with gr.Column(scale=1): # Left column
|
89 |
gr.Markdown("## QuantFactory - Model Request")
|
|
|
90 |
link_input = gr.Textbox(label="Hugging Face Link")
|
91 |
submit_button = gr.Button("Submit")
|
92 |
result = gr.Markdown() # Use Markdown to render the output as a clickable hyperlink
|
|
|
87 |
with gr.Row():
|
88 |
with gr.Column(scale=1): # Left column
|
89 |
gr.Markdown("## QuantFactory - Model Request")
|
90 |
+
gr.Markdown("*NOTE: Due to limited resources, currently we can only quantize models with upto 20B parameters.*")
|
91 |
link_input = gr.Textbox(label="Hugging Face Link")
|
92 |
submit_button = gr.Button("Submit")
|
93 |
result = gr.Markdown() # Use Markdown to render the output as a clickable hyperlink
|