Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -273,7 +273,9 @@ with demo:
|
|
273 |
''')
|
274 |
memory = psutil.virtual_memory()
|
275 |
system_info = gr.Markdown(f"*Memory: {memory.total / (1024 * 1024 * 1024):.2f}GB, used: {memory.percent}%, available: {memory.available / (1024 * 1024 * 1024):.2f}GB*")
|
276 |
-
|
|
|
|
|
277 |
### You can test with some youtube links as below:
|
278 |
''')
|
279 |
examples = gr.Examples(examples=
|
|
|
273 |
''')
|
274 |
memory = psutil.virtual_memory()
|
275 |
system_info = gr.Markdown(f"*Memory: {memory.total / (1024 * 1024 * 1024):.2f}GB, used: {memory.percent}%, available: {memory.available / (1024 * 1024 * 1024):.2f}GB*")
|
276 |
+
|
277 |
+
with gr.Row():
|
278 |
+
gr.Markdown('''
|
279 |
### You can test with some youtube links as below:
|
280 |
''')
|
281 |
examples = gr.Examples(examples=
|