Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ import pprint
|
|
26 |
import json
|
27 |
from huggingface_hub import HfApi, login, upload_folder, create_repo
|
28 |
import os
|
29 |
-
import
|
30 |
|
31 |
# Load configuration file
|
32 |
with open('config.json', 'r') as config_file:
|
|
|
26 |
import json
|
27 |
from huggingface_hub import HfApi, login, upload_folder, create_repo
|
28 |
import os
|
29 |
+
from flask import Flask, jsonify, request
|
30 |
|
31 |
# Load configuration file
|
32 |
with open('config.json', 'r') as config_file:
|