Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ def chatbot_response(input_text):
|
|
30 |
# Gradio interface
|
31 |
def main():
|
32 |
with gr.Blocks() as demo:
|
33 |
-
gr.Markdown("
|
34 |
|
35 |
with gr.Row():
|
36 |
input_box = gr.Textbox(label="Input Text", placeholder="Type your question here...", lines=2)
|
@@ -46,4 +46,4 @@ def main():
|
|
46 |
|
47 |
if __name__ == "__main__":
|
48 |
main()
|
49 |
-
grc.Client("Z3ktrix/
|
|
|
30 |
# Gradio interface
|
31 |
def main():
|
32 |
with gr.Blocks() as demo:
|
33 |
+
gr.Markdown("Chatty")
|
34 |
|
35 |
with gr.Row():
|
36 |
input_box = gr.Textbox(label="Input Text", placeholder="Type your question here...", lines=2)
|
|
|
46 |
|
47 |
if __name__ == "__main__":
|
48 |
main()
|
49 |
+
grc.Client("Z3ktrix/mistralai-Mistral-7B-Instruct-v0.3").deploy_discord(to_id="1247789500445233275")
|