Spaces:
Runtime error
Runtime error
Commit
·
7b818ea
1
Parent(s):
0c8b904
Update app.py
Browse files
app.py
CHANGED
@@ -10,4 +10,7 @@ with gr.Blocks() as demo:
|
|
10 |
im1 = gr.Image(type='numpy',label='Image of damages')
|
11 |
im2 = gr.Image(type='numpy',label='Image of scratches')
|
12 |
im3 = gr.Image(type='numpy',label='Image of car parts')
|
13 |
-
intersections = gr.Textbox(label='Information about type of damages on each part')
|
|
|
|
|
|
|
|
10 |
im1 = gr.Image(type='numpy',label='Image of damages')
|
11 |
im2 = gr.Image(type='numpy',label='Image of scratches')
|
12 |
im3 = gr.Image(type='numpy',label='Image of car parts')
|
13 |
+
intersections = gr.Textbox(label='Information about type of damages on each part')
|
14 |
+
|
15 |
+
if __name__ == "__main__":
|
16 |
+
demo.launch()
|