Andre commited on
Commit
fc52a30
·
1 Parent(s): 6dd0a15
Files changed (1) hide show
  1. colab.ipynb +1 -1
colab.ipynb CHANGED
@@ -13,7 +13,7 @@
13
  "from huggingface_hub import InferenceClient\n",
14
  "from IPython.display import display, clear_output\n",
15
  "from img_gen_logic import generate_image\n",
16
- "from config import models, prompts\n",
17
  "\n",
18
  "# Initialize the InferenceClient with the default model\n",
19
  "client = InferenceClient(models[0][\"name\"], token=api_token)\n",
 
13
  "from huggingface_hub import InferenceClient\n",
14
  "from IPython.display import display, clear_output\n",
15
  "from img_gen_logic import generate_image\n",
16
+ "from config import models, prompts, api_token\n",
17
  "\n",
18
  "# Initialize the InferenceClient with the default model\n",
19
  "client = InferenceClient(models[0][\"name\"], token=api_token)\n",