mgokg commited on
Commit
c7a30fb
·
verified ·
1 Parent(s): 543bd88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -29,9 +29,7 @@ custom_css = """
29
  }
30
  """
31
 
32
- @backoff.on_exception(backoff.expo,
33
- (genai.APIError),
34
- max_tries=3)
35
  def predict(prompt):
36
  # Create the model
37
  generation_config = {
 
29
  }
30
  """
31
 
32
+
 
 
33
  def predict(prompt):
34
  # Create the model
35
  generation_config = {