Update app.py
#1
by
Anyeos
- opened
app.py
CHANGED
|
@@ -38,11 +38,11 @@ gr.Interface(
|
|
| 38 |
css=css,
|
| 39 |
enable_queue=True
|
| 40 |
).launch(debug=True)
|
|
|
|
|
|
|
|
|
|
| 41 |
|
| 42 |
-
|
| 43 |
-
##########################################################################################################
|
| 44 |
-
|
| 45 |
-
import os
|
| 46 |
import gradio as gr
|
| 47 |
from huggingface_hub import snapshot_download
|
| 48 |
from prettytable import PrettyTable
|
|
|
|
| 38 |
css=css,
|
| 39 |
enable_queue=True
|
| 40 |
).launch(debug=True)
|
| 41 |
+
|
| 42 |
+
|
| 43 |
+
##########################################################################################################
|
| 44 |
|
| 45 |
+
import os
|
|
|
|
|
|
|
|
|
|
| 46 |
import gradio as gr
|
| 47 |
from huggingface_hub import snapshot_download
|
| 48 |
from prettytable import PrettyTable
|