narugo1992 commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,6 +10,11 @@ apps = [
|
|
| 10 |
|
| 11 |
if __name__ == '__main__':
|
| 12 |
with gr.Blocks() as demo:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
with gr.Tabs():
|
| 14 |
for cls in apps:
|
| 15 |
cls.create_gr()
|
|
|
|
| 10 |
|
| 11 |
if __name__ == '__main__':
|
| 12 |
with gr.Blocks() as demo:
|
| 13 |
+
gr.Markdown('''
|
| 14 |
+
**This space is for the PRO models we trained.**
|
| 15 |
+
|
| 16 |
+
We will not open its dataset and model files because the data provider of the model has not granted open source permission. Only an online demo can be provided here.
|
| 17 |
+
''')
|
| 18 |
with gr.Tabs():
|
| 19 |
for cls in apps:
|
| 20 |
cls.create_gr()
|