Spaces:
Running
Running
RobertoBarrosoLuque
commited on
Commit
·
bf900e6
1
Parent(s):
8ef0780
Upgrade gradio version
Browse files- requirements.txt +1 -1
- src/app.py +0 -1
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
gradio
|
2 |
huggingface_hub[cli]
|
3 |
fireworks-ai
|
4 |
pre-commit
|
|
|
1 |
+
gradio==5.38.0
|
2 |
huggingface_hub[cli]
|
3 |
fireworks-ai
|
4 |
pre-commit
|
src/app.py
CHANGED
@@ -588,7 +588,6 @@ class ClaimsAssistantApp:
|
|
588 |
fn=process_audio_stream,
|
589 |
inputs=[audio_input, api_key],
|
590 |
outputs=[transcription_display],
|
591 |
-
stream_every=0.5,
|
592 |
show_progress="hidden",
|
593 |
)
|
594 |
|
|
|
588 |
fn=process_audio_stream,
|
589 |
inputs=[audio_input, api_key],
|
590 |
outputs=[transcription_display],
|
|
|
591 |
show_progress="hidden",
|
592 |
)
|
593 |
|