Leeps commited on
Commit
7ac4da6
1 Parent(s): 6f1f6df

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. index.py +0 -3
index.py CHANGED
@@ -6,7 +6,6 @@ import io
6
  import requests
7
 
8
  import replicate
9
- from flask import Flask, request
10
  import gradio as gr
11
 
12
  import openai
@@ -14,8 +13,6 @@ from openai import OpenAI
14
 
15
  from dotenv import load_dotenv, find_dotenv
16
 
17
- import json
18
-
19
  # Locate the .env file
20
  dotenv_path = find_dotenv()
21
 
 
6
  import requests
7
 
8
  import replicate
 
9
  import gradio as gr
10
 
11
  import openai
 
13
 
14
  from dotenv import load_dotenv, find_dotenv
15
 
 
 
16
  # Locate the .env file
17
  dotenv_path = find_dotenv()
18