Spaces:
Running
on
Zero
I can't get it to run by your instruction
: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
hint: See PEP 668 for the detailed specification.
Loading checkpoint shards: 100%|โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ| 2/2 [00:01<00:00, 1.05it/s]
/mnt/nvme0n1/LLM/Microsoft/ysharma/Microsoft_Phi-3-Vision-128k/env/lib/python3.11/site-packages/transformers/models/auto/image_processing_auto.py:603: FutureWarning: The image_processor_class argument is deprecated and will be removed in v4.42. Please use slow_image_processor_class
, or fast_image_processor_class
instead
warnings.warn(
/mnt/nvme0n1/LLM/Microsoft/ysharma/Microsoft_Phi-3-Vision-128k/app.py:88: UserWarning: You have not specified a value for the type
parameter. Defaulting to the 'tuples' format for chatbot messages, but this is deprecated and will be removed in a future version of Gradio. Please set type='messages' instead, which uses openai-style dictionaries with 'role' and 'content' keys.
chatbot=gr.Chatbot(scale=1, placeholder=PLACEHOLDER)
Traceback (most recent call last):
File "/mnt/nvme0n1/LLM/Microsoft/ysharma/Microsoft_Phi-3-Vision-128k/app.py", line 91, in
gr.ChatInterface(
TypeError: ChatInterface.init() got an unexpected keyword argument 'examples_per_page'