ShynBui commited on
Commit
d6287db
1 Parent(s): 38d25e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from utils import answer
6
  gradio_app = gr.Interface(
7
  answer,
8
  inputs= [gr.Dropdown(
9
- ["Describe_things", "OCR"], label="Chọn nhiệm vụ mong muốn", info="Nó sẽ cho ra kết quả tốt hơn"), gr.Image(label="Input Image", sources=['upload', 'webcam'], type="pil")],
10
  outputs= gr.Text(),
11
  title="Describe things",
12
  )
 
6
  gradio_app = gr.Interface(
7
  answer,
8
  inputs= [gr.Dropdown(
9
+ ["Describe things", "OCR"], label="Chọn nhiệm vụ mong muốn", info="Nó sẽ cho ra kết quả tốt hơn"), gr.Image(label="Input Image", sources=['upload', 'webcam'], type="pil")],
10
  outputs= gr.Text(),
11
  title="Describe things",
12
  )