Spaces:
Runtime error
Runtime error
Commit
·
963e38a
1
Parent(s):
81ff5e6
Update app.py
Browse files
app.py
CHANGED
@@ -29,4 +29,4 @@ label = gr.outputs.Label()
|
|
29 |
examples = [['dasd.jpg',''] , ['hindi.jpg' , ''] , ['arabic.png' ,'']]
|
30 |
image = gr.inputs.Image(shape=(194,194) , image_mode = "L")
|
31 |
intf = gr.Interface(fn = classify_img , inputs = [image,text_input ] , outputs = label , examples = examples)
|
32 |
-
intf.launch(
|
|
|
29 |
examples = [['dasd.jpg',''] , ['hindi.jpg' , ''] , ['arabic.png' ,'']]
|
30 |
image = gr.inputs.Image(shape=(194,194) , image_mode = "L")
|
31 |
intf = gr.Interface(fn = classify_img , inputs = [image,text_input ] , outputs = label , examples = examples)
|
32 |
+
intf.launch(inline = False)
|