eaglelandsonce commited on
Commit
80ab728
1 Parent(s): 6064c2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +13 -1
app.py CHANGED
@@ -32,6 +32,18 @@ They return to the city, changed by their journey, with Orion resolved to use th
32
  as they stand looking towards a new future.
33
  """
34
 
 
 
 
 
 
 
 
 
 
 
 
 
35
 
36
  AVATAR_IMAGES = (
37
  None,
@@ -196,7 +208,7 @@ chatbot_component = gr.Chatbot(
196
  scale=2,
197
  height=400
198
  )
199
- text_prompt_component = gr.Textbox(value=movie_script,
200
  show_label=False, autofocus=True, scale=8, lines=8
201
  )
202
  upload_button_component = gr.UploadButton(
 
32
  as they stand looking towards a new future.
33
  """
34
 
35
+ movie_script_analysis = """
36
+ analyze the image and determine the best 7 images to use for the movie script below provide the frame order number:
37
+ Orion, in his futuristic apartment, discovers a cryptic message about an ancient artifact.
38
+ Compelled by curiosity, he embarks on a quest, joined by his skilled friend, Luna.
39
+ They navigate through uncharted territories and ancient ruins, solving puzzles and overcoming traps.
40
+ Together, they uncover a hidden chamber and retrieve the powerful artifact,
41
+ but not without triggering an alarm. In a tense escape, Luna is injured, and Orion uses the artifact to save her.
42
+ They return to the city, changed by their journey, with Orion resolved to use the artifact for the greater good,
43
+ as they stand looking towards a new future.
44
+ """
45
+
46
+
47
 
48
  AVATAR_IMAGES = (
49
  None,
 
208
  scale=2,
209
  height=400
210
  )
211
+ text_prompt_component = gr.Textbox(value=movie_script_analysis,
212
  show_label=False, autofocus=True, scale=8, lines=8
213
  )
214
  upload_button_component = gr.UploadButton(