Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -49,6 +49,7 @@ model = AutoModelForCausalLM.from_pretrained(
|
|
49 |
trust_remote_code=True
|
50 |
).to(0)
|
51 |
model.push_to_hub("Nechba/Coin-Generative-Recognition")
|
|
|
52 |
tokenizer = AutoTokenizer.from_pretrained(MODEL_ID, trust_remote_code=True)
|
53 |
tokenizer.push_to_hub("Nechba/Coin-Generative-Recognition")
|
54 |
model.eval()
|
|
|
49 |
trust_remote_code=True
|
50 |
).to(0)
|
51 |
model.push_to_hub("Nechba/Coin-Generative-Recognition")
|
52 |
+
|
53 |
tokenizer = AutoTokenizer.from_pretrained(MODEL_ID, trust_remote_code=True)
|
54 |
tokenizer.push_to_hub("Nechba/Coin-Generative-Recognition")
|
55 |
model.eval()
|