Spaces:
Runtime error
Runtime error
himanshu3103
commited on
Commit
β’
a0a9327
1
Parent(s):
389c519
made private
Browse files
app.py
CHANGED
@@ -16,4 +16,4 @@ examples = ['Jimin.jpg','Jung_Kook.jpg','J_Hope.jpg']
|
|
16 |
interpretation='default'
|
17 |
enable_queue=True
|
18 |
|
19 |
-
gr.Interface(fn=predict,inputs=gr.inputs.Image(shape=(128, 128)),outputs=gr.outputs.Label(),title=title,examples=examples,interpretation=interpretation,enable_queue=enable_queue).launch(
|
|
|
16 |
interpretation='default'
|
17 |
enable_queue=True
|
18 |
|
19 |
+
gr.Interface(fn=predict,inputs=gr.inputs.Image(shape=(128, 128)),outputs=gr.outputs.Label(),title=title,examples=examples,interpretation=interpretation,enable_queue=enable_queue).launch()
|