R1000 commited on
Commit
e7f54ff
·
verified ·
1 Parent(s): 14757b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,7 +135,7 @@ with gr.Blocks(theme=get_theme(), title="DeepFakeAI 1.0.0") as ui:
135
  )
136
  unique_id = gr.Textbox(value=str(uuid.uuid4()), visible=False)
137
  with gr.Tab("Image: "):
138
- wiht gr.Row():
139
  with gr.Column():
140
  source_image = gr.Image(type="filepath", label="SOURCE IMAGE")
141
  with gr.Column():
 
135
  )
136
  unique_id = gr.Textbox(value=str(uuid.uuid4()), visible=False)
137
  with gr.Tab("Image: "):
138
+ with gr.Row():
139
  with gr.Column():
140
  source_image = gr.Image(type="filepath", label="SOURCE IMAGE")
141
  with gr.Column():