ysharma HF staff commited on
Commit
a95492f
·
1 Parent(s): 55ba8f7
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -34,10 +34,10 @@ prompt3 = """Q: A juggler can juggle 16 balls. Half of the balls are golf balls,
34
  A: Let’s think step by step.
35
  """
36
 
37
- prompt = """Distracted from hubble by james webb.
38
- Distracted from homework by side projeect.
39
- Distracted from goals by new goals.
40
- Distracted from
41
  """
42
 
43
  def write_on_image(final_solution):
@@ -66,7 +66,7 @@ def meme_generate(img): #prompt, generated_txt): #, input_prompt_sql ): #, input
66
  "temperature": 1.1,
67
  "max_new_tokens": 250,
68
  "return_full_text": True,
69
- #"do_sample":True,
70
  },
71
  "options":
72
  {"use_cache": True,
 
34
  A: Let’s think step by step.
35
  """
36
 
37
+ prompt = """DISTRACTED FROM hubble BY james webb .
38
+ DISTRACTED FROM homework BY side project.
39
+ DISTRACTED FROM goals BY new goals.
40
+ DISTRACTED FROM
41
  """
42
 
43
  def write_on_image(final_solution):
 
66
  "temperature": 1.1,
67
  "max_new_tokens": 250,
68
  "return_full_text": True,
69
+ "do_sample": True,
70
  },
71
  "options":
72
  {"use_cache": True,