Update app.py
Browse files
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()
|