Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -93,8 +93,8 @@ def transcribe(file_upload, progress=gr.Progress(track_tqdm=True)): # microphone
|
|
93 |
#--------------____________________________________________--------------"
|
94 |
|
95 |
#CPU Usage: {cpu_usage}%
|
96 |
-
Memory used: {memory.percent}%
|
97 |
-
GPU Utilization: {gpu_utilization}%
|
98 |
|
99 |
return text, system_info
|
100 |
|
|
|
93 |
#--------------____________________________________________--------------"
|
94 |
|
95 |
#CPU Usage: {cpu_usage}%
|
96 |
+
#Memory used: {memory.percent}%
|
97 |
+
#GPU Utilization: {gpu_utilization}%
|
98 |
|
99 |
return text, system_info
|
100 |
|