Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
anuragshas
commited on
Commit
•
4c49e11
1
Parent(s):
f6a2955
Update app.py
Browse files
app.py
CHANGED
@@ -1,17 +1,3 @@
|
|
1 |
-
# -*- coding: utf-8 -*-
|
2 |
-
"""ocrforcaptcha.ipynb
|
3 |
-
|
4 |
-
Automatically generated by Colaboratory.
|
5 |
-
|
6 |
-
Original file is located at
|
7 |
-
https://colab.research.google.com/drive/161aX_CGT4Q3zAMkLeLSOZVDhMyMtsqPx
|
8 |
-
"""
|
9 |
-
|
10 |
-
# Commented out IPython magic to ensure Python compatibility.
|
11 |
-
# %%capture
|
12 |
-
# !pip install gradio
|
13 |
-
# !pip install huggingface-hub
|
14 |
-
|
15 |
import tensorflow as tf
|
16 |
from tensorflow import keras
|
17 |
from tensorflow.keras import layers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
import tensorflow as tf
|
2 |
from tensorflow import keras
|
3 |
from tensorflow.keras import layers
|