Spaces:
Runtime error
Runtime error
meng cao
commited on
Commit
·
3793644
1
Parent(s):
f056900
modify application file
Browse files
app.py
CHANGED
|
@@ -13,4 +13,4 @@ def capitalize_text(input_text):
|
|
| 13 |
iface = gr.Interface(fn=image_classifier, inputs="image", outputs="label")
|
| 14 |
#iface = gr.Interface(fn=capitalize_text, inputs="text", outputs="text")
|
| 15 |
|
| 16 |
-
iface.launch(
|
|
|
|
| 13 |
iface = gr.Interface(fn=image_classifier, inputs="image", outputs="label")
|
| 14 |
#iface = gr.Interface(fn=capitalize_text, inputs="text", outputs="text")
|
| 15 |
|
| 16 |
+
iface.launch()
|