Spaces:
Build error
Build error
Anthony-Ml
commited on
Commit
•
7fc2eec
1
Parent(s):
187b87b
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,3 @@ enable_queue=True
|
|
20 |
gr.Interface(fn=predict_image, inputs=gr.Image(shape=(224,224)),
|
21 |
outputs = gr.Label(num_top_classes=3),title=title,description=description,examples=examples,article=article, interpretation=interpretation,enable_queue=enable_queue).launch(share=False)
|
22 |
|
23 |
-
import gradio as gr
|
24 |
-
with gr.Blocks() as demo:
|
25 |
-
with gr.Tab(label = "Expainability"):
|
26 |
-
demo.launch()
|
|
|
20 |
gr.Interface(fn=predict_image, inputs=gr.Image(shape=(224,224)),
|
21 |
outputs = gr.Label(num_top_classes=3),title=title,description=description,examples=examples,article=article, interpretation=interpretation,enable_queue=enable_queue).launch(share=False)
|
22 |
|
|
|
|
|
|
|
|