AlexZou commited on
Commit
361bebe
1 Parent(s): fbe157f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
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
  def inference(image, task):
5
  if not os.path.exists('tmp'):
6
  os.system('mkdir tmp')