Yntec commited on
Commit
e133341
1 Parent(s): 968cf44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -73,7 +73,9 @@ The steps are the following:
73
  - Paste a read-access token from hf.co/settings/tokens. Read access is enough given that we will open a PR against the source repo.
74
  - Input a model id from the Hub
75
  - Click "Submit"
 
76
  - That's it! You'll get feedback if it works or not, and if it worked, you'll get the URL of the opened PR 🔥
 
77
 
78
  ⚠️ For now only `pytorch_model.bin` files are supported but we'll extend in the future.
79
  """
 
73
  - Paste a read-access token from hf.co/settings/tokens. Read access is enough given that we will open a PR against the source repo.
74
  - Input a model id from the Hub
75
  - Click "Submit"
76
+ - Wait about 5 minutes...
77
  - That's it! You'll get feedback if it works or not, and if it worked, you'll get the URL of the opened PR 🔥
78
+ - If huggingface refuses to connect, go to the Comments Tab of the Model card and enter the "Adding `safetensors` variant of this model" discussion link to see the pull request and Merge it, good luck!
79
 
80
  ⚠️ For now only `pytorch_model.bin` files are supported but we'll extend in the future.
81
  """