Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -26,4 +26,4 @@ iface = gr.Interface(fn=predict,
|
|
26 |
description="Upload an image to classify hateful gestures or symbols")
|
27 |
|
28 |
if __name__ == "__main__":
|
29 |
-
iface.launch(
|
|
|
26 |
description="Upload an image to classify hateful gestures or symbols")
|
27 |
|
28 |
if __name__ == "__main__":
|
29 |
+
iface.launch()
|