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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -7
app.py CHANGED
@@ -1,9 +1,7 @@
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()
 
1
  import gradio as gr
2
 
3
+ gr.load("models/HuggingFaceH4/zephyr-7b-beta",
4
+ theme=gr.themes.Soft(),
5
+ title="HuggingFaceH4-zephyr-7b-beta Gradio App",
6
+ description="Ask me anything!"
7
+ ).launch()