fffiloni commited on
Commit
2b68859
·
1 Parent(s): 642f67a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="to use yoir own model, 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
 
 
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