Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ with gr.Blocks(
|
|
44 |
# Link the dropdown with the textbox to update the description based on the selected model
|
45 |
model_dropdown.change(fn=llm_intro, inputs=model_dropdown, outputs=explanation)
|
46 |
|
47 |
-
gr.Textbox(value=f"Running on {runtime.hardware}", label="Space hardware used")
|
48 |
|
49 |
|
50 |
with gr.Column(scale=4, elem_id='col'):
|
|
|
44 |
# Link the dropdown with the textbox to update the description based on the selected model
|
45 |
model_dropdown.change(fn=llm_intro, inputs=model_dropdown, outputs=explanation)
|
46 |
|
47 |
+
gr.Textbox(value=f"Running on {runtime.hardware}\n2 vCPU 16GB RAM \nFree tier", label="Space hardware used")
|
48 |
|
49 |
|
50 |
with gr.Column(scale=4, elem_id='col'):
|