olcapone commited on
Commit
e2513ff
·
verified ·
1 Parent(s): 0f5ccc1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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"