Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
import os
|
| 3 |
|
| 4 |
-
launch(share=True)
|
| 5 |
def test_model(input_text):
|
| 6 |
"""Simple test function"""
|
| 7 |
if not input_text.strip():
|
|
@@ -49,3 +48,4 @@ with gr.Blocks(title="pashto-base-bloom") as demo:
|
|
| 49 |
|
| 50 |
if __name__ == "__main__":
|
| 51 |
demo.launch()
|
|
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
import os
|
| 3 |
|
|
|
|
| 4 |
def test_model(input_text):
|
| 5 |
"""Simple test function"""
|
| 6 |
if not input_text.strip():
|
|
|
|
| 48 |
|
| 49 |
if __name__ == "__main__":
|
| 50 |
demo.launch()
|
| 51 |
+
launch(share=True)
|