Spaces:
Runtime error
Runtime error
Commit
·
82a22aa
1
Parent(s):
b1eb8e0
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -11,6 +11,7 @@ repo_url_with_token = f'https://{username}:{token}@{repo_url.split("://")[1]}'
|
|
11 |
|
12 |
# Clone the repository
|
13 |
repo = git.Repo.clone_from(repo_url_with_token, 'deployment_app')
|
|
|
14 |
|
15 |
from deployment_app.conversation import make_conversation
|
16 |
import gradio as gr
|
|
|
11 |
|
12 |
# Clone the repository
|
13 |
repo = git.Repo.clone_from(repo_url_with_token, 'deployment_app')
|
14 |
+
print("REPO CLONED")
|
15 |
|
16 |
from deployment_app.conversation import make_conversation
|
17 |
import gradio as gr
|