Spaces:
Runtime error
Runtime error
Ritesh Khanna
commited on
Commit
•
791444a
1
Parent(s):
e99a5e3
remove tab selecting, it won't wokr
Browse files
app.py
CHANGED
@@ -136,9 +136,6 @@ if __name__ == "__main__":
|
|
136 |
gr.Markdown(f"Coming Soon!")
|
137 |
|
138 |
|
139 |
-
random_id = random.randint(0, len(examples)-1)
|
140 |
-
gr.Tabs.update(selected=random_id)
|
141 |
-
|
142 |
|
143 |
init_model()
|
144 |
fungineer.launch(enable_queue=True)
|
|
|
136 |
gr.Markdown(f"Coming Soon!")
|
137 |
|
138 |
|
|
|
|
|
|
|
139 |
|
140 |
init_model()
|
141 |
fungineer.launch(enable_queue=True)
|