KvrParaskevi
commited on
Commit
•
2adc7e4
1
Parent(s):
11bf086
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import requests
|
2 |
import json
|
3 |
import os
|
|
|
4 |
|
5 |
token = os.getenv('HUGGINGFACEHUB_API_TOKEN')
|
6 |
API_URL = "https://kp4xdy196cw81uf3.us-east-1.aws.endpoints.huggingface.cloud"
|
|
|
1 |
import requests
|
2 |
import json
|
3 |
import os
|
4 |
+
import gradio as gr
|
5 |
|
6 |
token = os.getenv('HUGGINGFACEHUB_API_TOKEN')
|
7 |
API_URL = "https://kp4xdy196cw81uf3.us-east-1.aws.endpoints.huggingface.cloud"
|