Spaces:
Runtime error
Runtime error
Jeff Vestal
commited on
Commit
•
78aa45d
1
Parent(s):
8b478fe
removed share
Browse files
app.py
CHANGED
@@ -28,5 +28,5 @@ enable_queue = True
|
|
28 |
article = '''<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' target='_blank'>Learning from -> Gradio + HuggingFace Spaces: A Tutorial</a></p>'''
|
29 |
|
30 |
# Deploy gradio
|
31 |
-
gr.Interface(fn=predict,inputs=gr.inputs.Image(shape=(512, 512)),outputs=gr.outputs.Label(num_top_classes=3),title=title,description=description,article=article,examples=examples,interpretation=interpretation,enable_queue=enable_queue).launch(
|
32 |
|
|
|
28 |
article = '''<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' target='_blank'>Learning from -> Gradio + HuggingFace Spaces: A Tutorial</a></p>'''
|
29 |
|
30 |
# Deploy gradio
|
31 |
+
gr.Interface(fn=predict,inputs=gr.inputs.Image(shape=(512, 512)),outputs=gr.outputs.Label(num_top_classes=3),title=title,description=description,article=article,examples=examples,interpretation=interpretation,enable_queue=enable_queue).launch()
|
32 |
|