Spaces:
Running
on
A10G
Running
on
A10G
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ with gr.Blocks(css=css) as demo:
|
|
32 |
""")
|
33 |
with gr.Row():
|
34 |
with gr.Column():
|
35 |
-
custom_model = gr.Textbox(label="Your custom model ID", placeholder="your_username/your_trained_model_name", info="
|
36 |
model_status = gr.Textbox(label="model status", interactive=False)
|
37 |
load_model_btn = gr.Button("Load my model")
|
38 |
|
|
|
32 |
""")
|
33 |
with gr.Row():
|
34 |
with gr.Column():
|
35 |
+
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 ")
|
36 |
model_status = gr.Textbox(label="model status", interactive=False)
|
37 |
load_model_btn = gr.Button("Load my model")
|
38 |
|