Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
# --- minimal dependencies ---
|
| 2 |
import os, re, json, requests
|
|
|
|
|
|
|
| 3 |
from huggingface_hub import InferenceClient # add to requirements.txt
|
| 4 |
|
| 5 |
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
|
|
|
| 1 |
# --- minimal dependencies ---
|
| 2 |
import os, re, json, requests
|
| 3 |
+
import gradio as gr
|
| 4 |
+
import pandas as pd
|
| 5 |
from huggingface_hub import InferenceClient # add to requirements.txt
|
| 6 |
|
| 7 |
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|