Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ def app(voice):
|
|
7 |
memory_info = psutil.virtual_memory()
|
8 |
memory_percent = memory_info.percent
|
9 |
return cpu_percent, memory_percent
|
10 |
-
|
11 |
|
12 |
iface = gr.Interface(fn=app, inputs=None, outputs="text", live=True)
|
13 |
iface.launch()
|
|
|
7 |
memory_info = psutil.virtual_memory()
|
8 |
memory_percent = memory_info.percent
|
9 |
return cpu_percent, memory_percent
|
10 |
+
|
11 |
|
12 |
iface = gr.Interface(fn=app, inputs=None, outputs="text", live=True)
|
13 |
iface.launch()
|