Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ def create_app():
|
|
67 |
temp_audio_files.append(initial_audio_path)
|
68 |
|
69 |
with gr.Blocks(title="Clinical Psychologist Interviewer 𝚿") as demo:
|
70 |
-
gr.Image(value="appendix/icon.jpeg", label='icon', width=20, scale=1, show_label=False,
|
71 |
show_download_button=False, show_share_button=False)
|
72 |
gr.Markdown(
|
73 |
"""
|
|
|
67 |
temp_audio_files.append(initial_audio_path)
|
68 |
|
69 |
with gr.Blocks(title="Clinical Psychologist Interviewer 𝚿") as demo:
|
70 |
+
gr.Image(value="appendix/icon.jpeg", label='icon', width=20, scale=1, show_label=False, show_fullscreen_button=False,
|
71 |
show_download_button=False, show_share_button=False)
|
72 |
gr.Markdown(
|
73 |
"""
|