Nadil Karunarathna
commited on
Commit
·
03ce3fe
1
Parent(s):
00df47e
fix
Browse files
app.py
CHANGED
|
@@ -57,7 +57,7 @@ import gradio as gr
|
|
| 57 |
|
| 58 |
def test(text):
|
| 59 |
import os
|
| 60 |
-
|
| 61 |
|
| 62 |
# init()
|
| 63 |
# demo = gr.Interface(fn=correct, inputs="text", outputs="text")
|
|
|
|
| 57 |
|
| 58 |
def test(text):
|
| 59 |
import os
|
| 60 |
+
return f"vCPUs: {os.cpu_count()}"
|
| 61 |
|
| 62 |
# init()
|
| 63 |
# demo = gr.Interface(fn=correct, inputs="text", outputs="text")
|