nightfury commited on
Commit
fa6733b
·
1 Parent(s): 4704ee6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -9
app.py CHANGED
@@ -134,15 +134,8 @@ interface = gr.Interface(
134
  [
135
  gr.components.Image(label="output")
136
  ],
137
-
138
- )
139
- interface.launch(share=True)
140
-
141
-
142
- interface = gr.Interface(
143
- predict,
144
- inputs="sketchpad",
145
- outputs="label",
146
  theme="huggingface",
147
  title=title,
148
  description=description,
 
134
  [
135
  gr.components.Image(label="output")
136
  ],
137
+ #inputs="sketchpad",
138
+ #outputs="label",
 
 
 
 
 
 
 
139
  theme="huggingface",
140
  title=title,
141
  description=description,