Spaces:
Runtime error
Runtime error
Commit
•
54cda30
1
Parent(s):
bdbd790
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ with gr.Blocks() as demo:
|
|
65 |
with gr.Tabs():
|
66 |
# Memory Calculation Tab
|
67 |
with gr.TabItem("Memory Calculation"):
|
68 |
-
with gr.
|
69 |
hf_model_name_or_path = gr.Textbox(
|
70 |
label="HuggingFace Model Name or Path",
|
71 |
info="Name of the HuggingFace Hub repository or the local file path for it"
|
@@ -149,7 +149,7 @@ with gr.Blocks() as demo:
|
|
149 |
|
150 |
# Parameter Calculation Tab
|
151 |
with gr.TabItem("Parameter Calculation"):
|
152 |
-
with gr.
|
153 |
hf_model_name_or_path = gr.Textbox(
|
154 |
label="HuggingFace Model Name or Path",
|
155 |
info="Name of the HuggingFace Hub repository or the local file path for it"
|
|
|
65 |
with gr.Tabs():
|
66 |
# Memory Calculation Tab
|
67 |
with gr.TabItem("Memory Calculation"):
|
68 |
+
with gr.Group():
|
69 |
hf_model_name_or_path = gr.Textbox(
|
70 |
label="HuggingFace Model Name or Path",
|
71 |
info="Name of the HuggingFace Hub repository or the local file path for it"
|
|
|
149 |
|
150 |
# Parameter Calculation Tab
|
151 |
with gr.TabItem("Parameter Calculation"):
|
152 |
+
with gr.Group():
|
153 |
hf_model_name_or_path = gr.Textbox(
|
154 |
label="HuggingFace Model Name or Path",
|
155 |
info="Name of the HuggingFace Hub repository or the local file path for it"
|