CazC commited on
Commit
683dc91
·
verified ·
1 Parent(s): 7b53b74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def kickoff_worker():
13
  except Exception as e:
14
  return f"Error: {e}"
15
 
16
- iface = gr.Interface(fn=kickoff_worker, outputs="text", live=True)
17
  iface.launch()
18
  print("Launching worker...")
19
  # kickoff_worker() # kickoff the worker after launching the interface
 
13
  except Exception as e:
14
  return f"Error: {e}"
15
 
16
+ iface = gr.Interface(fn=kickoff_worker, inputs="text" outputs="text", live=True)
17
  iface.launch()
18
  print("Launching worker...")
19
  # kickoff_worker() # kickoff the worker after launching the interface