Boognu commited on
Commit
fde82a9
·
verified ·
1 Parent(s): 6976109

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -5,4 +5,9 @@ language:
5
  - aa
6
  base_model:
7
  - black-forest-labs/FLUX.1-Kontext-dev
8
- ---
 
 
 
 
 
 
5
  - aa
6
  base_model:
7
  - black-forest-labs/FLUX.1-Kontext-dev
8
+ ---
9
+ npl_pipeline = pipline("text generation", model=model, tokenizer=tokenizer)
10
+
11
+
12
+ result = npl_pipeline("Hello, how are you today?")
13
+ print(result)