AndrewMTA
commited on
Commit
·
ff33580
1
Parent(s):
a34ef5f
- app.py +1 -0
- requirements_versions.txt → requirements.txt +0 -0
app.py
CHANGED
@@ -9,4 +9,5 @@ iface = gr.Interface(
|
|
9 |
title="Your Interface Title"
|
10 |
)
|
11 |
|
|
|
12 |
iface.launch()
|
|
|
9 |
title="Your Interface Title"
|
10 |
)
|
11 |
|
12 |
+
|
13 |
iface.launch()
|
requirements_versions.txt → requirements.txt
RENAMED
File without changes
|