darthPanda commited on
Commit
748662c
1 Parent(s): 0283b01

formatting

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def generate_response(input_audio):
39
 
40
  delete_files_in_folder('data//tts_responses')
41
 
42
- title = "<h1 style='text-align: center; color: #ffffff; font-size: 40px;'> Falcon Barista (Pre-Alpha Release)"
43
 
44
  asr = AutomaticSpeechRecognition()
45
  tts = ElevenLabsTTS()
@@ -58,6 +58,10 @@ s = df#.style.format("{:.2f}")
58
 
59
  with gr.Blocks() as demo:
60
  gr.Markdown(title)
 
 
 
 
61
  order_title = gr.Markdown('### Your Order', visible=False)
62
  with gr.Row():
63
  gr.Image('https://i.imgur.com/fHCFI2T.png', label="Look how cute is Falcon Barista")
 
39
 
40
  delete_files_in_folder('data//tts_responses')
41
 
42
+ title = "<h1 style='text-align: center; color: #ffffff; font-size: 40px;'> Falcon Barista - Proof of Concept (POC)"
43
 
44
  asr = AutomaticSpeechRecognition()
45
  tts = ElevenLabsTTS()
 
58
 
59
  with gr.Blocks() as demo:
60
  gr.Markdown(title)
61
+ gr.Markdown('''Note: This is just a POC and has several issues
62
+ 1. High Latency
63
+ 2. Models are still in fine tuning phase and get confused easily
64
+ ''')
65
  order_title = gr.Markdown('### Your Order', visible=False)
66
  with gr.Row():
67
  gr.Image('https://i.imgur.com/fHCFI2T.png', label="Look how cute is Falcon Barista")