Spaces:
Runtime error
Runtime error
Commit
·
eab1c21
1
Parent(s):
c83a225
added requirements.txt
Browse files- app.py +2 -1
- requirements.txt +2 -0
app.py
CHANGED
@@ -14,4 +14,5 @@ label = gr.outputs.Label()
|
|
14 |
examples = ['3046 roof corner inside tile 2x2 272L.png', '2357 brick corner 1x2x2 006L.png', '18654 beam 1M 259R.png']
|
15 |
|
16 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
17 |
-
intf.launch(inline=False)
|
|
|
|
14 |
examples = ['3046 roof corner inside tile 2x2 272L.png', '2357 brick corner 1x2x2 006L.png', '18654 beam 1M 259R.png']
|
15 |
|
16 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
17 |
+
intf.launch(inline=False)
|
18 |
+
|
requirements.txt
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
fastai
|
2 |
+
|