POMAHSLS commited on
Commit
3929528
1 Parent(s): 6d1eb13

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. zapusk.py +1 -1
zapusk.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
 
4
  model = pipeline("text-generation",
5
 
6
- model="/lastversion")
7
 
8
  def predict(prompt):
9
  completion = model(prompt, max_length=50)[0]["generated_text"]
 
3
 
4
  model = pipeline("text-generation",
5
 
6
+ model="lastversion")
7
 
8
  def predict(prompt):
9
  completion = model(prompt, max_length=50)[0]["generated_text"]