{
  "nbformat": 4,
  "nbformat_minor": 0,
  "metadata": {
    "colab": {
      "provenance": [],
      "gpuType": "T4"
    },
    "kernelspec": {
      "name": "python3",
      "display_name": "Python 3"
    },
    "language_info": {
      "name": "python"
    },
    "accelerator": "GPU"
  },
  "cells": [
    {
      "cell_type": "code",
      "execution_count": null,
      "metadata": {
        "id": "PeQctXBuMwS5"
      },
      "outputs": [],
      "source": [
        "!git clone https://github.com/FurkanGozukara/Wuerstchen\n",
        "%cd Wuerstchen\n",
        "!pip install -r wuerstchen_requirements.txt"
      ]
    },
    {
      "cell_type": "code",
      "source": [
        "!python wuerstchen_app2.py"
      ],
      "metadata": {
        "id": "DJ7jkpVGMxYg"
      },
      "execution_count": null,
      "outputs": []
    }
  ]
}