Spaces:
Runtime error
Runtime error
Update app_dialogue.py
Browse files- app_dialogue.py +2 -1
app_dialogue.py
CHANGED
|
@@ -777,7 +777,7 @@ with gr.Blocks(title="IDEFICS Playground", theme=gr.themes.Base()) as demo:
|
|
| 777 |
# - Using the inline syntax: `text<fake_token_around_image><image:URL_IMAGE><fake_token_around_image>text`
|
| 778 |
|
| 779 |
# The second syntax allows inputting an arbitrary number of images.""")
|
| 780 |
-
|
| 781 |
examples_path = os.path.dirname(__file__)
|
| 782 |
gr.Examples(
|
| 783 |
examples=[
|
|
@@ -875,6 +875,7 @@ with gr.Blocks(title="IDEFICS Playground", theme=gr.themes.Base()) as demo:
|
|
| 875 |
" pre-computed with `idefics-80b-instruct`."
|
| 876 |
),
|
| 877 |
)
|
|
|
|
| 878 |
|
| 879 |
demo.queue(concurrency_count=40, max_size=40)
|
| 880 |
demo.launch()
|
|
|
|
| 777 |
# - Using the inline syntax: `text<fake_token_around_image><image:URL_IMAGE><fake_token_around_image>text`
|
| 778 |
|
| 779 |
# The second syntax allows inputting an arbitrary number of images.""")
|
| 780 |
+
'''
|
| 781 |
examples_path = os.path.dirname(__file__)
|
| 782 |
gr.Examples(
|
| 783 |
examples=[
|
|
|
|
| 875 |
" pre-computed with `idefics-80b-instruct`."
|
| 876 |
),
|
| 877 |
)
|
| 878 |
+
'''
|
| 879 |
|
| 880 |
demo.queue(concurrency_count=40, max_size=40)
|
| 881 |
demo.launch()
|