Andres Johan Florez Gonzalez
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,19 +1,3 @@
|
|
| 1 |
-
# -*- coding: utf-8 -*-
|
| 2 |
-
"""Funcional WLAN_design_gradio.ipynb
|
| 3 |
-
|
| 4 |
-
Automatically generated by Colab.
|
| 5 |
-
|
| 6 |
-
Original file is located at
|
| 7 |
-
https://colab.research.google.com/drive/1MIfY3UkK4eSXOiPx3gtMSPoZMtnyJxux
|
| 8 |
-
"""
|
| 9 |
-
|
| 10 |
-
# from google.colab import drive
|
| 11 |
-
# drive.mount('/content/drive')
|
| 12 |
-
|
| 13 |
-
# Commented out IPython magic to ensure Python compatibility.
|
| 14 |
-
# %%capture
|
| 15 |
-
# !pip install gradio
|
| 16 |
-
|
| 17 |
import gradio as gr
|
| 18 |
from PIL import Image
|
| 19 |
import os
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
from PIL import Image
|
| 3 |
import os
|