-
i have alread loaded model
![image](https://github.com/qnguyen3/chat-with-mlx/assets/110683040/99d1a534-bd81-4d9e-a9d8-f42b9a0b33c8)
Traceback (most recent call last):
File "/opt/homebrew/anaco…
yjc11 updated
6 months ago
-
I get an error when trying to run this, straight from the doco
```
from gradio_client import Client
client = Client("http://localhost:8001/")
result = client.predict(
"Howdy!", # str in 'M…
-
### Describe the bug
making a custom chatbot component using multimodal chatbot and latest @gradio npm install, and the normalise_file function that is being used doesn't exist
### Have you searched…
-
**Describe the bug**
I am working on integrating r2r into my existing Python/Gradio-based app. When I import the R2RClient, I receive the following errors:
```
Exception in thread Thread-4 (run):…
-
### Describe the bug
### Have you searched existing issues? 🔎
- [X] I have searched and found no existing issues
### Reproduction
```python
import gradio as gr
```
### Screenshot
_No …
-
Hello, I encountered the following error while running Python demo/seed/app. py. How should I resolve it? Thank you·
Traceback (most recent call last):
File "/home/cv8888/byf/industrial_vision/S…
-
### Describe the bug
Not sure to file this as a bug or a feature request.
When adding the javascript gradio client, and doing the `import { client } from '@gradio/client'`, to a stock React app, t…
-
# 1.使用了baichuan13项目中的量化方法
```
model = AutoModelForCausalLM.from_pretrained(
base_model,
# device_map=device,
trust_remote_code=True,
torch_dtype=torch.float16…
-
I'm trying to access to https://huggingface.co/spaces/yisol/IDM-VTON, however, web app isn't loading. I don't get a response from `gradio/client` either
-
### Describe the bug
I am seeing high CPU usage when using ImageEditor. I noticed it a few days ago in my overall webapp here: https://github.com/NuclearGeekETH/chatGPT-web-ui. I narrowed the high CP…