Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ def greet(name):
|
|
5 |
|
6 |
#demo = gr.Interface(fn=greet, inputs="text", outputs="text")
|
7 |
|
8 |
-
demo = gr.load("PharmaAI/private_gradio_test", inputs="text", outputs="text")
|
9 |
|
10 |
if __name__ == "__main__":
|
11 |
demo.launch(show_api=False)
|
|
|
5 |
|
6 |
#demo = gr.Interface(fn=greet, inputs="text", outputs="text")
|
7 |
|
8 |
+
demo = gr.load(spaces="PharmaAI/private_gradio_test", inputs="text", outputs="text")
|
9 |
|
10 |
if __name__ == "__main__":
|
11 |
demo.launch(show_api=False)
|