Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ with gr.Blocks(css=css) as demo:
|
|
88 |
with gr.Row():
|
89 |
with gr.Column():
|
90 |
custom_model = gr.Textbox(label="Your custom model ID", placeholder="your_username/your_trained_model_name", info="Make sure your model is set to PUBLIC ")
|
91 |
-
weight_name = gr.Textbox(label="Safetensors file", value="pytorch_lora_weights.safetensors")
|
92 |
with gr.Column():
|
93 |
model_status = gr.Textbox(label="model status", interactive=False)
|
94 |
load_model_btn = gr.Button("Load my model")
|
|
|
88 |
with gr.Row():
|
89 |
with gr.Column():
|
90 |
custom_model = gr.Textbox(label="Your custom model ID", placeholder="your_username/your_trained_model_name", info="Make sure your model is set to PUBLIC ")
|
91 |
+
weight_name = gr.Textbox(label="Safetensors file", value="pytorch_lora_weights.safetensors", info="specify which one if model has several .safetensors files")
|
92 |
with gr.Column():
|
93 |
model_status = gr.Textbox(label="model status", interactive=False)
|
94 |
load_model_btn = gr.Button("Load my model")
|