Spaces:
Runtime error
Runtime error
Fix missing parenthesis
Browse files
app.py
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
import os
|
2 |
import gradio as gr
|
3 |
|
4 |
-
os.system("wget -O crusader_peco_peco.png https://huggingface.co/alkzar90/croupier-creature-classifier/resolve/main/examples/crusader_peco_peco.png"
|
5 |
-
os.system("wget -O goblin_wow.png https://huggingface.co/alkzar90/croupier-creature-classifier/resolve/main/examples/goblin_wow.png"
|
6 |
|
7 |
iface = gr.Interface.load('alkzar90/croupier-creature-classifier',
|
8 |
src='models',
|
|
|
1 |
import os
|
2 |
import gradio as gr
|
3 |
|
4 |
+
os.system("wget -O crusader_peco_peco.png https://huggingface.co/alkzar90/croupier-creature-classifier/resolve/main/examples/crusader_peco_peco.png")
|
5 |
+
os.system("wget -O goblin_wow.png https://huggingface.co/alkzar90/croupier-creature-classifier/resolve/main/examples/goblin_wow.png")
|
6 |
|
7 |
iface = gr.Interface.load('alkzar90/croupier-creature-classifier',
|
8 |
src='models',
|