Spaces:
Build error
Build error
Commit
·
01bbb9b
1
Parent(s):
19ecd98
Remove create_repo as it cannot be imported
Browse files
app.py
CHANGED
@@ -5,7 +5,6 @@ import requests
|
|
5 |
import gradio as gr
|
6 |
|
7 |
from huggingface_hub import (
|
8 |
-
create_repo,
|
9 |
get_full_repo_name,
|
10 |
upload_file,
|
11 |
)
|
|
|
5 |
import gradio as gr
|
6 |
|
7 |
from huggingface_hub import (
|
|
|
8 |
get_full_repo_name,
|
9 |
upload_file,
|
10 |
)
|