Norod78 commited on
Commit
6292081
1 Parent(s): 2e2849f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from transformers import pipeline
3
 
4
  title = "מחולל ציטוטים פיקטיביים של שאול אמסטרדמסקי"
5
  description = "<p align=\"right\">✨ נונסנס כיס</p>"
6
- article = "<p align=\"right\">אימן: <a href=\"https://linktr.ee/Norod78\">דורון אדלר</a> באמצעות: <a href=\"https://story.kan.org.il/robo_shaul\">מאגר המידע של רובושאול</a></p>"
7
  model_id = "./model"
8
  text_generator = pipeline('text-generation', model=model_id, tokenizer=model_id)
9
  max_length = 64
 
3
 
4
  title = "מחולל ציטוטים פיקטיביים של שאול אמסטרדמסקי"
5
  description = "<p align=\"right\">✨ נונסנס כיס</p>"
6
+ article = "<p align=\"right\">אימן: <a href=\"https://linktr.ee/Norod78\">דורון אדלר</a> באמצעות: <a href=\"https://story.kan.org.il/robo_shaul\">מאגר המידע של רובושאול</a></p>"
7
  model_id = "./model"
8
  text_generator = pipeline('text-generation', model=model_id, tokenizer=model_id)
9
  max_length = 64