AItool commited on
Commit
8704475
·
verified ·
1 Parent(s): c57d6aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -6,8 +6,6 @@ import pathlib
6
  from fastai.vision.all import *
7
  import gradio as gr
8
 
9
- st.title("Hot Dog? Or Not?")
10
-
11
  def is_real(x): return x[0].isupper()
12
 
13
  # Cell
 
6
  from fastai.vision.all import *
7
  import gradio as gr
8
 
 
 
9
  def is_real(x): return x[0].isupper()
10
 
11
  # Cell