Spaces:
Running
on
Zero
Running
on
Zero
ahmed-masry
commited on
Commit
•
9a05abc
1
Parent(s):
827d7f7
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ def predict(image, input_text):
|
|
39 |
image = gr.components.Image(type="pil", label="Chart Image")
|
40 |
input_prompt = gr.components.Textbox(label="Input Prompt")
|
41 |
model_output = gr.components.Textbox(label="Model Output")
|
42 |
-
examples = [["chart_example_1.png", "Describe the trend of the mortality rates for the
|
43 |
["chart_example_2.png", "What is the share of respondants who prefer Facebook Messenger in the 30-59 age group?"]]
|
44 |
|
45 |
title = "Interactive Gradio Demo for ChartInstruct-Llama2 model"
|
|
|
39 |
image = gr.components.Image(type="pil", label="Chart Image")
|
40 |
input_prompt = gr.components.Textbox(label="Input Prompt")
|
41 |
model_output = gr.components.Textbox(label="Model Output")
|
42 |
+
examples = [["chart_example_1.png", "Describe the trend of the mortality rates for the Neonatal"],
|
43 |
["chart_example_2.png", "What is the share of respondants who prefer Facebook Messenger in the 30-59 age group?"]]
|
44 |
|
45 |
title = "Interactive Gradio Demo for ChartInstruct-Llama2 model"
|