Spaces:
Runtime error
Runtime error
additional cleanup
Browse files
app.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
|
| 2 |
### libraries ###
|
| 3 |
### -------------------------------- ###
|
| 4 |
import gradio as gr
|
|
@@ -22,13 +22,10 @@ if os.path.isfile("categories.txt"):
|
|
| 22 |
labels = categories.readline().split()
|
| 23 |
|
| 24 |
## --------------------------------- ###
|
| 25 |
-
###
|
| 26 |
### -------------------------------- ###
|
| 27 |
-
# borrow file reading functionality from reader.py
|
| 28 |
-
# info =
|
| 29 |
-
description = "A Hugging Space demo created by datasith"
|
| 30 |
title = "Cast parts: Deffective or Okay?"
|
| 31 |
-
|
| 32 |
article = \
|
| 33 |
'''
|
| 34 |
#### Deffective or Okay?
|
|
|
|
| 1 |
+
### -------------------------------- ###
|
| 2 |
### libraries ###
|
| 3 |
### -------------------------------- ###
|
| 4 |
import gradio as gr
|
|
|
|
| 22 |
labels = categories.readline().split()
|
| 23 |
|
| 24 |
## --------------------------------- ###
|
| 25 |
+
### page description ###
|
| 26 |
### -------------------------------- ###
|
|
|
|
|
|
|
|
|
|
| 27 |
title = "Cast parts: Deffective or Okay?"
|
| 28 |
+
description = "A Hugging Space demo created by datasith!"
|
| 29 |
article = \
|
| 30 |
'''
|
| 31 |
#### Deffective or Okay?
|