Starchik1 commited on
Commit
a8120a0
·
verified ·
1 Parent(s): ac9551f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from utils import get_app
5
  # Create mapping of providers to their demos
6
  PROVIDERS = {
7
  "Mistral": demo_mistral,
8
- "Huggingface": demo_huggingface,
9
  }
10
 
11
  demo = get_app(
 
5
  # Create mapping of providers to their demos
6
  PROVIDERS = {
7
  "Mistral": demo_mistral,
8
+ # "Huggingface": demo_huggingface,
9
  }
10
 
11
  demo = get_app(