hmb HF Staff commited on
Commit
8faada4
·
verified ·
1 Parent(s): 4b7bc0b

Upload folder using huggingface_hub

Browse files
__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, WINDOWS_95_CSS
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(), css=WINDOWS_95_CSS)
 
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())