Sreevishnu commited on
Commit
b06e830
1 Parent(s): 70152e0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -44,4 +44,10 @@ model = AutoModelForSequenceClassification.from_pretrained(
44
  text = "Replace me by any text you'd like."
45
  encoded_input = tokenizer(text, return_tensors='pt')
46
  output = model(**encoded_input)
47
- ```
 
 
 
 
 
 
 
44
  text = "Replace me by any text you'd like."
45
  encoded_input = tokenizer(text, return_tensors='pt')
46
  output = model(**encoded_input)
47
+ ```
48
+
49
+ # Example App
50
+
51
+ https://lazy-film-reviews-7gif2bz4sa-ew.a.run.app/
52
+
53
+ Project repo: https://github.com/akshaydevml/lazy-film-reviews