Spaces:
Sleeping
Sleeping
Commit
·
5741ff9
1
Parent(s):
f70efac
Update app.py
Browse files
app.py
CHANGED
|
@@ -50,5 +50,5 @@ def classify(img):
|
|
| 50 |
return f"{class_name} ({top_perc:.2f}%)"
|
| 51 |
|
| 52 |
iface = gr.Interface(classify,"image","text")
|
| 53 |
-
iface = gr.Interface.load('https://huggingface.co/spaces/Jugal-sheth/CIFAR10-classifier', title="CIFAR10-classifier", description="classes airplane automobile bird cat deer dog frog horse ship truck")
|
| 54 |
iface.launch()
|
|
|
|
| 50 |
return f"{class_name} ({top_perc:.2f}%)"
|
| 51 |
|
| 52 |
iface = gr.Interface(classify,"image","text")
|
| 53 |
+
#iface = gr.Interface.load('https://huggingface.co/spaces/Jugal-sheth/CIFAR10-classifier', title="CIFAR10-classifier", description="classes airplane automobile bird cat deer dog frog horse ship truck")
|
| 54 |
iface.launch()
|