Spaces:
Build error
Build error
Update app.py
Browse files
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')
|