fix: app
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ with gr.Blocks() as demo:
|
|
47 |
|
48 |
with gr.Row():
|
49 |
with gr.Column():
|
50 |
-
image_input = gr.Image(type='numpy', label="Masukkan Gambar",
|
51 |
audio_input = gr.Audio(sources="microphone", type="filepath", label="Masukkan Audio", visible=False)
|
52 |
|
53 |
with gr.Column():
|
|
|
47 |
|
48 |
with gr.Row():
|
49 |
with gr.Column():
|
50 |
+
image_input = gr.Image(type='numpy', label="Masukkan Gambar", visible=False)
|
51 |
audio_input = gr.Audio(sources="microphone", type="filepath", label="Masukkan Audio", visible=False)
|
52 |
|
53 |
with gr.Column():
|