Spaces:
Sleeping
Sleeping
fix indent
Browse files
app.py
CHANGED
|
@@ -157,7 +157,8 @@ def track_current_timeline_and_time(evt: TimelineChange):
|
|
| 157 |
|
| 158 |
@spaces.GPU
|
| 159 |
def run_inference(img):
|
| 160 |
-
|
|
|
|
| 161 |
|
| 162 |
with gr.Blocks() as demo:
|
| 163 |
with gr.Row():
|
|
|
|
| 157 |
|
| 158 |
@spaces.GPU
|
| 159 |
def run_inference(img):
|
| 160 |
+
print("running inference")
|
| 161 |
+
pass
|
| 162 |
|
| 163 |
with gr.Blocks() as demo:
|
| 164 |
with gr.Row():
|