fffiloni commited on
Commit
41a66f3
β€’
1 Parent(s): a6bb830

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -7,8 +7,8 @@ text_to_music = gr.Interface.load("spaces/fffiloni/text-2-music")
7
  def get_prompts(uploaded_image):
8
  print("calling Clip interrogator ...")
9
 
10
- prompt = img_to_text(uploaded_image, fn_index=1)[0]
11
-
12
  print(f"""β€”β€”β€”
13
  Got prompt result:
14
  {prompt}
 
7
  def get_prompts(uploaded_image):
8
  print("calling Clip interrogator ...")
9
 
10
+ #prompt = img_to_text(uploaded_image, fn_index=1)[0]
11
+ prompt = "trying to find the right method index"
12
  print(f"""β€”β€”β€”
13
  Got prompt result:
14
  {prompt}