Update app.py
Browse files
app.py
CHANGED
@@ -287,10 +287,7 @@ Performs keypoint transform from a 7x7 gird on the source image to the target im
|
|
287 |
)
|
288 |
|
289 |
with gr.Row():
|
290 |
-
output_plot = gr.Plot(
|
291 |
-
type="plot",
|
292 |
-
label="Output Plot",
|
293 |
-
)
|
294 |
|
295 |
gr.Examples(
|
296 |
[
|
|
|
287 |
)
|
288 |
|
289 |
with gr.Row():
|
290 |
+
output_plot = gr.Plot()
|
|
|
|
|
|
|
291 |
|
292 |
gr.Examples(
|
293 |
[
|