Reyad-Ahmmed commited on
Commit
7d788da
·
verified ·
1 Parent(s): ef44888

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -238,7 +238,7 @@ def classifyTimeFrame():
238
  print(f"{label}: {confidence:.4f}")
239
  print("\n")
240
 
241
- iface = gr.Interface(fn=classify_time_frame, inputs="text", outputs="text")
242
  iface.launch()
243
 
244
  #Run the function
 
238
  print(f"{label}: {confidence:.4f}")
239
  print("\n")
240
 
241
+ iface = gr.Interface(fn=classifyTimeFrame, inputs="text", outputs="text")
242
  iface.launch()
243
 
244
  #Run the function