Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
import shutil
|
3 |
import os
|
4 |
-
import ollama
|
5 |
import time
|
6 |
#import pandas as pd
|
7 |
global Modelfile # Declare Modelfile as a global variable
|
@@ -40,7 +40,7 @@ def respond(history):
|
|
40 |
with gr.Blocks() as demo:
|
41 |
gr.Markdown('# Welcome to Zaki platform')
|
42 |
with gr.Tab('Chat Interface'):
|
43 |
-
gr.HTML('<h1>
|
44 |
chatbot = gr.Chatbot(type="messages")
|
45 |
msg = gr.Textbox()
|
46 |
btn=gr.Button('Send')
|
|
|
1 |
import gradio as gr
|
2 |
import shutil
|
3 |
import os
|
4 |
+
#import ollama
|
5 |
import time
|
6 |
#import pandas as pd
|
7 |
global Modelfile # Declare Modelfile as a global variable
|
|
|
40 |
with gr.Blocks() as demo:
|
41 |
gr.Markdown('# Welcome to Zaki platform')
|
42 |
with gr.Tab('Chat Interface'):
|
43 |
+
gr.HTML('<h1> Virtual Doctor </h2>')
|
44 |
chatbot = gr.Chatbot(type="messages")
|
45 |
msg = gr.Textbox()
|
46 |
btn=gr.Button('Send')
|