Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -75,9 +75,8 @@ def sentence_builder(animal, place):
|
|
| 75 |
# gradio block
|
| 76 |
|
| 77 |
with gr.Blocks(theme='snehilsanyal/scikit-learn') as app1:
|
| 78 |
-
title = 'line clearance'
|
| 79 |
with gr.Column():
|
| 80 |
-
outputbox = gr.Textbox(label="
|
| 81 |
image_box = gr.Image(type="filepath")
|
| 82 |
|
| 83 |
btn = gr.Button("Check This")
|
|
@@ -118,7 +117,7 @@ with gr.Blocks(theme='snehilsanyal/scikit-learn') as app2:
|
|
| 118 |
[chatbot,text_box,image_box],
|
| 119 |
chatbot
|
| 120 |
).then(llm_response,
|
| 121 |
-
[chatbot,text_box
|
| 122 |
chatbot
|
| 123 |
)
|
| 124 |
with gr.Blocks(theme='snehilsanyal/scikit-learn') as demo:
|
|
|
|
| 75 |
# gradio block
|
| 76 |
|
| 77 |
with gr.Blocks(theme='snehilsanyal/scikit-learn') as app1:
|
|
|
|
| 78 |
with gr.Column():
|
| 79 |
+
outputbox = gr.Textbox(label="line clearance...")
|
| 80 |
image_box = gr.Image(type="filepath")
|
| 81 |
|
| 82 |
btn = gr.Button("Check This")
|
|
|
|
| 117 |
[chatbot,text_box,image_box],
|
| 118 |
chatbot
|
| 119 |
).then(llm_response,
|
| 120 |
+
[chatbot,text_box],
|
| 121 |
chatbot
|
| 122 |
)
|
| 123 |
with gr.Blocks(theme='snehilsanyal/scikit-learn') as demo:
|