anisotropies commited on
Commit
c139e79
·
verified ·
1 Parent(s): 7425a56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -1,9 +1,9 @@
1
  import gradio as gr
2
 
3
- gr.Markdown(
4
- """
5
- # Hello World!
6
- Start typing below to see the output.
7
- """)
8
 
9
- gr.load("models/HuggingFaceH4/zephyr-7b-beta").launch()
 
1
  import gradio as gr
2
 
3
+ # gr.Markdown(
4
+ # """
5
+ # # Hello World!
6
+ # Start typing below to see the output.
7
+ # """)
8
 
9
+ gr.load("models/HuggingFaceH4/zephyr-7b-beta",theme=gr.themes.Soft()).launch()