alkzar90 commited on
Commit
26c61ee
1 Parent(s): 6ba8f50

Fix missing parenthesis

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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',