ffreemt commited on
Commit
a0303a2
1 Parent(s): 607eaf8

Update requirements.txt sans versions, graio removed

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ from urllib.parse import urlparse
10
  import gradio as gr
11
  import psutil
12
  from about_time import about_time
13
- from ctransformers import AutoConfig, AutoModelForCausalLM
14
  from huggingface_hub import hf_hub_download, snapshot_download
15
  from loguru import logger
16
 
 
10
  import gradio as gr
11
  import psutil
12
  from about_time import about_time
13
+ from ctransformers import AutoModelForCausalLM
14
  from huggingface_hub import hf_hub_download, snapshot_download
15
  from loguru import logger
16