aymonc commited on
Commit
fd3511e
·
1 Parent(s): 0eab9c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ def greet(name):
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
- demo = gr.load(name="PharmaAI/private_gradio_test", hf_token="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" src="spaces", inputs="text", outputs="text")
10
 
11
  if __name__ == "__main__":
12
  demo.launch(show_api=False)
 
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
+ demo = gr.load(name="PharmaAI/private_gradio_test", hf_token="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", src="spaces", inputs="text", outputs="text")
10
 
11
  if __name__ == "__main__":
12
  demo.launch(show_api=False)