oxkitsune commited on
Commit
7dd75d0
·
1 Parent(s): 470a508

fix indent

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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():