Spaces:
Runtime error
Runtime error
sasidhar6493
commited on
Commit
•
c99bca1
1
Parent(s):
1841d64
Update app.py
Browse filesshare = true removed
enable queue = true removed as per logs
app.py
CHANGED
@@ -19,8 +19,7 @@ infer = gr.Interface(
|
|
19 |
outputs = gr.outputs.Label(num_top_classes = len(learn.dls.vocab)),
|
20 |
title = title,
|
21 |
description = description,
|
22 |
-
interpretation = interpretation
|
23 |
-
enble_queue = True
|
24 |
)
|
25 |
|
26 |
-
infer.launch(
|
|
|
19 |
outputs = gr.outputs.Label(num_top_classes = len(learn.dls.vocab)),
|
20 |
title = title,
|
21 |
description = description,
|
22 |
+
interpretation = interpretation
|
|
|
23 |
)
|
24 |
|
25 |
+
infer.launch()
|