Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -673,10 +673,10 @@ def clear_outputs():
|
|
673 |
gc.collect()
|
674 |
if torch.cuda.is_available():
|
675 |
torch.cuda.empty_cache()
|
676 |
-
|
677 |
-
|
678 |
-
|
679 |
-
|
680 |
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
|
681 |
|
682 |
.gradio-container {
|
|
|
673 |
gc.collect()
|
674 |
if torch.cuda.is_available():
|
675 |
torch.cuda.empty_cache()
|
676 |
+
return "", "", '<div style="text-align: center; padding: 1rem;"><div style="font-size: 2rem; color: #ccc;">--</div><div style="font-size: 0.875rem; color: #999;">Ultra Supreme Score</div></div>'
|
677 |
+
|
678 |
+
def create_interface(): # <-- Esta línea debe empezar en la columna 0, sin espacios al inicio
|
679 |
+
css = """
|
680 |
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
|
681 |
|
682 |
.gradio-container {
|