fffiloni commited on
Commit
a30da41
β€’
1 Parent(s): 254a7cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -67,9 +67,10 @@ pipe = pipeline("text-generation", model="HuggingFaceH4/zephyr-7b-beta", torch_d
67
  @spaces.GPU(enable_queue=True)
68
  def get_card_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
73
  "The image represents the famous painting "The Mona Lisa" by the Italian artist Leonardo da Vinci. The painting is a portrait of a woman with a distinctive smile, and it is known for its realistic style and the use of the sfumato technique, which creates a soft, smoky effect around the edges of the painting. The painting is displayed in a museum, and it is considered one of the most iconic and recognizable works of art in the world."
74
 
75
  Bot Response:
 
67
  @spaces.GPU(enable_queue=True)
68
  def get_card_idea(user_prompt):
69
  agent_maker_sys = f'''
70
+ You know everything about Magic Cards and Magic Card rules.
71
  Your job is to generate new magic card from an image description.
72
 
73
+ Example 1:
74
  "The image represents the famous painting "The Mona Lisa" by the Italian artist Leonardo da Vinci. The painting is a portrait of a woman with a distinctive smile, and it is known for its realistic style and the use of the sfumato technique, which creates a soft, smoky effect around the edges of the painting. The painting is displayed in a museum, and it is considered one of the most iconic and recognizable works of art in the world."
75
 
76
  Bot Response: