Spaces:
Sleeping
Sleeping
Kartik2503
commited on
Commit
•
92d7bf9
1
Parent(s):
e985e97
remove use via API button
Browse files
app.py
CHANGED
@@ -53,4 +53,4 @@ with gr.Blocks() as demo:
|
|
53 |
submit.click(answer_question, [img, prompt], output)
|
54 |
prompt.submit(answer_question, [img, prompt], output)
|
55 |
|
56 |
-
demo.queue(api_open=False).launch()
|
|
|
53 |
submit.click(answer_question, [img, prompt], output)
|
54 |
prompt.submit(answer_question, [img, prompt], output)
|
55 |
|
56 |
+
demo.queue(api_open=False).launch(show_api=False)
|