Spaces:
Sleeping
Sleeping
KristofGaming39
commited on
Commit
•
ab91ff7
1
Parent(s):
f303728
Update main.py
Browse files
main.py
CHANGED
@@ -48,6 +48,5 @@ def create_interface():
|
|
48 |
return interface
|
49 |
|
50 |
# Run Gradio Interface
|
51 |
-
|
52 |
-
|
53 |
-
interface.launch()
|
|
|
48 |
return interface
|
49 |
|
50 |
# Run Gradio Interface
|
51 |
+
interface = create_interface()
|
52 |
+
interface.launch()
|
|