Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -74,14 +74,8 @@ def run(token: str, model_id: str) -> str:
|
|
74 |
|
75 |
|
76 |
DESCRIPTION = """
|
77 |
-
|
78 |
-
|
79 |
-
- 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.
|
80 |
-
- Input a model id from the Hub
|
81 |
-
- Click "Submit"
|
82 |
-
- 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 🔥
|
83 |
-
|
84 |
-
⚠️ For now only `pytorch_model.bin` files are supported but we'll extend in the future.
|
85 |
"""
|
86 |
|
87 |
demo = gr.Interface(
|
|
|
74 |
|
75 |
|
76 |
DESCRIPTION = """
|
77 |
+
EXPERIMENTAL convertion which should use less disk to enable converting larger checkpoints.
|
78 |
+
But potential issues on some weights sharing
|
|
|
|
|
|
|
|
|
|
|
|
|
79 |
"""
|
80 |
|
81 |
demo = gr.Interface(
|