AlexZou commited on
Commit
b83c33c
·
1 Parent(s): a6a759d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,6 +1,7 @@
1
  import gradio as gr
2
  import os
3
 
 
4
  def inference(image, task):
5
  if not os.path.exists('tmp'):
6
  os.system('mkdir tmp')
 
1
  import gradio as gr
2
  import os
3
 
4
+
5
  def inference(image, task):
6
  if not os.path.exists('tmp'):
7
  os.system('mkdir tmp')