Upload folder using huggingface_hub
Browse files- __pycache__/run.cpython-311.pyc +0 -0
- __pycache__/windows95.cpython-311.pyc +0 -0
- app.py +2 -2
__pycache__/run.cpython-311.pyc
ADDED
|
Binary file (7.47 kB). View file
|
|
|
__pycache__/windows95.cpython-311.pyc
ADDED
|
Binary file (37.5 kB). View file
|
|
|
app.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
-
from windows95 import Windows95
|
| 3 |
|
| 4 |
# Windows 95 Theme Demo
|
| 5 |
# This demo showcases the nostalgic Windows 95-inspired theme
|
|
@@ -139,4 +139,4 @@ with gr.Blocks() as demo:
|
|
| 139 |
|
| 140 |
|
| 141 |
if __name__ == "__main__":
|
| 142 |
-
demo.launch(theme=Windows95()
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
+
from windows95 import Windows95
|
| 3 |
|
| 4 |
# Windows 95 Theme Demo
|
| 5 |
# This demo showcases the nostalgic Windows 95-inspired theme
|
|
|
|
| 139 |
|
| 140 |
|
| 141 |
if __name__ == "__main__":
|
| 142 |
+
demo.launch(theme=Windows95())
|