textToSQL commited on
Commit
2baf7a5
·
1 Parent(s): e24d441

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -15
app.py CHANGED
@@ -78,21 +78,7 @@ with gr.Blocks() as demo:
78
  #### This is to make life of NPs easier.
79
  #### Record post visit summary in natural language, press "transcribe audio", and then "prepare a report".
80
  """)
81
- centered_demo_text = gr.Interface(
82
- fn=lambda: demo_text,
83
- inputs=None,
84
- outputs="html",
85
- layout="vertical",
86
- title="My Title",
87
- theme="compact",
88
- allow_flagging=False,
89
- analytics_enabled=False
90
- )
91
-
92
- centered_demo_text.layout.type = "full-page"
93
- centered_demo_text.layout.justify_content = "center"
94
- centered_demo_text.launch()
95
-
96
  title = "Chat with NP"
97
  audio = gr.Audio(source="microphone", type="filepath")
98
 
 
78
  #### This is to make life of NPs easier.
79
  #### Record post visit summary in natural language, press "transcribe audio", and then "prepare a report".
80
  """)
81
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
82
  title = "Chat with NP"
83
  audio = gr.Audio(source="microphone", type="filepath")
84