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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -1,3 +1,9 @@
1
  import gradio as gr
2
 
 
 
 
 
 
 
3
  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").launch()