multimodalart HF Staff commited on
Commit
5ae308d
·
verified ·
1 Parent(s): 4af4e47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -12,4 +12,5 @@ iface = gr.Interface(
12
  title="Live typing bug test",
13
  live=True, # Set live to True for real-time feedback
14
  allow_flagging="never", # Disable flagging
15
- )
 
 
12
  title="Live typing bug test",
13
  live=True, # Set live to True for real-time feedback
14
  allow_flagging="never", # Disable flagging
15
+ )
16
+ iface.launch()