Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
import time
|
3 |
|
4 |
def identity(image):
|
5 |
-
time.sleep(
|
6 |
return image
|
7 |
|
8 |
iface = gr.Interface(fn=identity, inputs="image", outputs="image")
|
|
|
2 |
import time
|
3 |
|
4 |
def identity(image):
|
5 |
+
time.sleep(5)
|
6 |
return image
|
7 |
|
8 |
iface = gr.Interface(fn=identity, inputs="image", outputs="image")
|