GunaKoppula commited on
Commit
7026d54
·
verified ·
1 Parent(s): 410fca0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -98,11 +98,11 @@ with gr.Blocks() as demo:
98
  # Creating a column with a scale of 2
99
 
100
  with gr.Column():
101
- with gr.Row():
102
  # Adding image
103
  image = gr.Image(type="filepath", value=None)
104
  # Creating a column with a scale of 2
105
- with gr.Row():
106
  # Add audio
107
  # audio_upload = gr.Audio(source="upload", type="filepath")
108
  # audio_mic = gr.Audio(source="microphone", type="filepath", format="mp3")
 
98
  # Creating a column with a scale of 2
99
 
100
  with gr.Column():
101
+ with gr.Column():
102
  # Adding image
103
  image = gr.Image(type="filepath", value=None)
104
  # Creating a column with a scale of 2
105
+ with gr.Column():
106
  # Add audio
107
  # audio_upload = gr.Audio(source="upload", type="filepath")
108
  # audio_mic = gr.Audio(source="microphone", type="filepath", format="mp3")