bug fix
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import json
|
2 |
import gradio as gr
|
3 |
import os
|
4 |
-
|
5 |
|
6 |
hf_token = os.getenv('HF_TOKEN')
|
7 |
api_url = os.getenv('API_URL')
|
|
|
1 |
import json
|
2 |
import gradio as gr
|
3 |
import os
|
4 |
+
import requests
|
5 |
|
6 |
hf_token = os.getenv('HF_TOKEN')
|
7 |
api_url = os.getenv('API_URL')
|