mr2along commited on
Commit
61edda7
1 Parent(s): 2e425ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -156,7 +156,7 @@ def gradio_function(paragraph, audio):
156
 
157
  # Return comparison result
158
  return comparison_result
159
-
160
  # Gradio Interface using the updated API
161
  interface = gr.Interface(
162
  fn=gradio_function,
 
156
 
157
  # Return comparison result
158
  return comparison_result
159
+ Path_up=loadfile()
160
  # Gradio Interface using the updated API
161
  interface = gr.Interface(
162
  fn=gradio_function,