AlexZou commited on
Commit
287674c
1 Parent(s): 7eb6194

Update app.py

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