Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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,
|