Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
import langchain
|
3 |
-
import
|
4 |
import python-dotenv
|
5 |
import PyYaml
|
6 |
from typing import Optional, Union, List, Dict, Any, Tuple
|
|
|
1 |
import gradio as gr
|
2 |
import langchain
|
3 |
+
import huggingface_hub
|
4 |
import python-dotenv
|
5 |
import PyYaml
|
6 |
from typing import Optional, Union, List, Dict, Any, Tuple
|