Spaces:
Build error
Build error
fixup
Browse files
app.py
CHANGED
|
@@ -37,7 +37,7 @@ def summarize(filename, provider='openai'):
|
|
| 37 |
return {"error": response.content}
|
| 38 |
|
| 39 |
|
| 40 |
-
demo = gr.
|
| 41 |
|
| 42 |
with demo:
|
| 43 |
audio_file = gr.Audio(type="filepath")
|
|
|
|
| 37 |
return {"error": response.content}
|
| 38 |
|
| 39 |
|
| 40 |
+
demo = gr.Blocks()
|
| 41 |
|
| 42 |
with demo:
|
| 43 |
audio_file = gr.Audio(type="filepath")
|