Andre commited on
Commit
ece139c
·
1 Parent(s): 05873ed
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, api_token\n",
17
  "from prompts import prompts # Import prompts from prompts.py\n",
18
  "\n",
19
  "\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_colab import models, api_token\n",
17
  "from prompts import prompts # Import prompts from prompts.py\n",
18
  "\n",
19
  "\n",