bkoz commited on
Commit
112a7b2
·
verified ·
1 Parent(s): 49027e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def greet(n):
44
  print(output['choices'][0]['text'])
45
  print()
46
 
47
- return f"Hello {zero + n} Tensor"
48
 
49
  def download_model():
50
 
 
44
  print(output['choices'][0]['text'])
45
  print()
46
 
47
+ return f"Hello {s} Tensor"
48
 
49
  def download_model():
50