fffiloni commited on
Commit
25edbdd
β€’
1 Parent(s): 34e2ac8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -66,7 +66,7 @@ pipe = pipeline("text-generation", model="HuggingFaceH4/zephyr-7b-beta", torch_d
66
 
67
  @spaces.GPU(enable_queue=True)
68
  def get_llm_idea(user_prompt):
69
- agent_maker_sys = f"""
70
  Your job is to generate new magic card from an image description.
71
 
72
  Example 1
@@ -92,7 +92,7 @@ Whenever Feline Dominator deals combat damage, you gain that much life.
92
  The true ruler of the house, demanding tribute from all who enter its domain.
93
  2/4
94
  Uncommon"
95
- """
96
 
97
  instruction = f"""
98
  <|system|>
 
66
 
67
  @spaces.GPU(enable_queue=True)
68
  def get_llm_idea(user_prompt):
69
+ agent_maker_sys = f'''
70
  Your job is to generate new magic card from an image description.
71
 
72
  Example 1
 
92
  The true ruler of the house, demanding tribute from all who enter its domain.
93
  2/4
94
  Uncommon"
95
+ '''
96
 
97
  instruction = f"""
98
  <|system|>